aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-08-28 21:35:59 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-08-28 21:35:59 -0700
commit53dce5822381dde5e61a671806c5295ffb908cac (patch)
tree8e91e7e56000564e9e92b06d21103107fb5a7a2c /libiberty
parent38323cc3b8ff5ed2afd29bdc0f23d986ac046784 (diff)
downloadgcc-53dce5822381dde5e61a671806c5295ffb908cac.zip
gcc-53dce5822381dde5e61a671806c5295ffb908cac.tar.gz
gcc-53dce5822381dde5e61a671806c5295ffb908cac.tar.bz2
* Makefile.in (md5.o): Depend on config.h.
From-SVN: r36029
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 6849b00..25d7bc7 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-28 Richard Henderson <rth@cygnus.com>
+
+ * Makefile.in (md5.o): Depend on config.h.
+
2000-08-28 Jason Merrill <jason@redhat.com>
* Makefile.in (REQUIRED_OFILES): Add md5.o.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index c46d9dd..62a97dc 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -276,6 +276,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h
hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h
mkstemps.o: config.h
+md5.o: config.h
objalloc.o: config.h $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
partition.o: config.h $(INCDIR)/partition.h