]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(scan-decls.o): Depends on cpplib.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 3 Jun 1995 22:10:51 +0000 (18:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 3 Jun 1995 22:10:51 +0000 (18:10 -0400)
From-SVN: r9869

gcc/Makefile.in

index aeed0d4908bba4966bb537829a6eb1246094c329..3dba12e702e3b1fff9f1d405ea9660e0e5c0beed 100644 (file)
@@ -1785,7 +1785,7 @@ fix-header: fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_LIBDEPS) \
 fix-header.o: fix-header.c obstack.h scan.h xsys-protos.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/fix-header.c
 
-scan-decls.o: scan-decls.c scan.h $(build_xm_file)
+scan-decls.o: scan-decls.c scan.h cpplib.h $(build_xm_file)
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(srcdir)/scan-decls.c
 
 # stmp-fixproto depends on this, not on fix-header directly.