]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(fix-header.o): Depends on xsys-protos.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Jun 1995 00:47:44 +0000 (20:47 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Jun 1995 00:47:44 +0000 (20:47 -0400)
From-SVN: r9929

gcc/Makefile.in

index b6484655117fda57107a0242b420ac9099d244ad..6d10c27579bd5757ffad2629c2f9b06dec51f4ca 100644 (file)
@@ -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)