aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-28 03:32:54 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-28 03:32:54 -0800
commit94b68558d1c3fd82109fb123dc838658603084a9 (patch)
tree1f1016d872d5d55abd3512c8dfaa69ff4c501da4 /libiberty
parent1150a84134f2f78250f2628de4080219e1bf4797 (diff)
downloadgcc-94b68558d1c3fd82109fb123dc838658603084a9.zip
gcc-94b68558d1c3fd82109fb123dc838658603084a9.tar.gz
gcc-94b68558d1c3fd82109fb123dc838658603084a9.tar.bz2
* Makefile.in (make-temp-file.o): Depend on config.h.
From-SVN: r40929
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index f4ec6e1..3dd921e 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-28 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in (make-temp-file.o): Depend on config.h.
+
2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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