* Makefile.in (hash.o): Depend on $(GCONFIG_H), not $(CONFIG_H).
From-SVN: r40628
This commit is contained in:
parent
373368fd87
commit
d4b6faf649
@ -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>
|
2001-03-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined.
|
* crtstuff.c (init_dummy): Use CRT_END_INIT_DUMMY if defined.
|
||||||
|
@ -1215,7 +1215,7 @@ collect2.o : collect2.c $(CONFIG_H) system.h gstab.h intl.h \
|
|||||||
-c $(srcdir)/collect2.c
|
-c $(srcdir)/collect2.c
|
||||||
|
|
||||||
tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h intl.h
|
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)
|
$(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
|
||||||
|
|
||||||
vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(GCONFIG_H) system.h
|
vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(GCONFIG_H) system.h
|
||||||
|
Loading…
Reference in New Issue
Block a user