* Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).

From-SVN: r40628
This commit is contained in:
Zack Weinberg 2001-03-19 18:40:26 +00:00 committed by Zack Weinberg
parent 373368fd87
commit d4b6faf649
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-03-19 Zack Weinberg <zackw@stanford.edu>
* Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).
2001-03-19 Jakub Jelinek <jakub@redhat.com>
* crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined.

View File

@ -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