From a7bf099bb7627e08aa94e7f65ca6894798f4eda2 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 28 Mar 2001 17:38:43 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 1 + 2 files changed, 5 insertions(+) (limited to 'libiberty') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 588bd6f..a2b39ae 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 2b95074..9b5951f 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 -- cgit v1.1