From: Richard Kenner Date: Mon, 12 Jun 1995 00:47:44 +0000 (-0400) Subject: (fix-header.o): Depends on xsys-protos.h. X-Git-Tag: misc/cutover-egcs-0~4029 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0de9e56a34d931d83e15f01a6d4e1c3290364b18;p=thirdparty%2Fgcc.git (fix-header.o): Depends on xsys-protos.h. From-SVN: r9929 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b6484655117f..6d10c27579bd 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)