diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-11 20:47:44 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-11 20:47:44 -0400 |
commit | 0de9e56a34d931d83e15f01a6d4e1c3290364b18 (patch) | |
tree | aa717fdfc5e3481515debb118decc09bfe26f4aa /gcc | |
parent | c7093272e0b5e2489b95efa035d220682c1c5bfe (diff) | |
download | gcc-0de9e56a34d931d83e15f01a6d4e1c3290364b18.zip gcc-0de9e56a34d931d83e15f01a6d4e1c3290364b18.tar.gz gcc-0de9e56a34d931d83e15f01a6d4e1c3290364b18.tar.bz2 |
(fix-header.o): Depends on xsys-protos.h.
From-SVN: r9929
Diffstat (limited to 'gcc')
-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 b648465..6d10c27 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1791,7 +1791,7 @@ fix-header: fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_LIBDEPS) \ scan-decls.o scan.o cpplib.o cpphash.o cppalloc.o version.o \ cppexp.o $(HOST_LIBS) -fix-header.o: fix-header.c obstack.h scan.h $(build_xm_file) +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 cpplib.h $(build_xm_file) |