From: Richard Henderson Date: Wed, 28 Mar 2001 11:32:54 +0000 (-0800) Subject: * Makefile.in (make-temp-file.o): Depend on config.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94b68558d1c3fd82109fb123dc838658603084a9;p=gcc.git * Makefile.in (make-temp-file.o): Depend on config.h. From-SVN: r40929 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f4ec6e15c2f..3dd921e8703 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-02-28 Richard Henderson + + * Makefile.in (make-temp-file.o): Depend on config.h. + 2001-03-27 Kaveh R. Ghazi * memchr.c (memchr): Adjust condition to avoid infinite loop. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 2b95074b5e7..9b5951f1fcf 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -274,6 +274,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h hex.o: $(INCDIR)/libiberty.h floatformat.o: $(INCDIR)/floatformat.h lbasename.o: $(INCDIR)/libiberty.h +make-temp-file.o: config.h mkstemps.o: config.h md5.o: config.h objalloc.o: config.h $(INCDIR)/objalloc.h