diff options
Diffstat (limited to 'gcc/Makefile.in')
-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 611f0488c84..3bb1e651fae 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1215,7 +1215,7 @@ collect2.o : collect2.c $(CONFIG_H) system.h gstab.h intl.h \ -c $(srcdir)/collect2.c tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h intl.h -hash.o: hash.c hash.h system.h toplev.h $(CONFIG_H) +hash.o: hash.c hash.h system.h toplev.h $(GCONFIG_H) $(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(GCONFIG_H) system.h |