]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (md5.o): Depend on config.h.
authorRichard Henderson <rth@cygnus.com>
Tue, 29 Aug 2000 04:35:59 +0000 (21:35 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 29 Aug 2000 04:35:59 +0000 (21:35 -0700)
From-SVN: r36029

libiberty/ChangeLog
libiberty/Makefile.in

index 6849b0019e8aca14f69afc178d32c46bef5dbd2b..25d7bc7f1d6670d4c89be2b824946c783c9f0f73 100644 (file)
@@ -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.
index c46d9dd1b56359763026a8d2db7f2791371eb90f..62a97dcf0f65436822608330568c03085b88472f 100644 (file)
@@ -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
This page took 0.073364 seconds and 5 git commands to generate.