* Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).
authorZack Weinberg <zackw@stanford.edu>
Mon, 19 Mar 2001 18:40:26 +0000 (18:40 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 19 Mar 2001 18:40:26 +0000 (18:40 +0000)
From-SVN: r40628

gcc/ChangeLog
gcc/Makefile.in

index b076480..0ea8139 100644 (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.
index 611f048..3bb1e65 100644 (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