diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-03 18:10:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-03 18:10:51 -0400 |
commit | 44e62a7a6e0f02998282a54c3a5da51e80b5cf25 (patch) | |
tree | 3bed1797f40fcee630cffd3310fa70ef6b9ee07e | |
parent | 5a1234d8dab8c8f1cf7a28b511e9092062f52d9b (diff) | |
download | gcc-44e62a7a6e0f02998282a54c3a5da51e80b5cf25.zip gcc-44e62a7a6e0f02998282a54c3a5da51e80b5cf25.tar.gz gcc-44e62a7a6e0f02998282a54c3a5da51e80b5cf25.tar.bz2 |
(scan-decls.o): Depends on cpplib.h.
From-SVN: r9869
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aeed0d4..3dba12e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. |