From: Richard Henderson Date: Tue, 29 Aug 2000 04:35:59 +0000 (-0700) Subject: * Makefile.in (md5.o): Depend on config.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53dce5822381dde5e61a671806c5295ffb908cac;p=gcc.git * Makefile.in (md5.o): Depend on config.h. From-SVN: r36029 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 6849b0019e8..25d7bc7f1d6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2000-08-28 Richard Henderson + + * Makefile.in (md5.o): Depend on config.h. + 2000-08-28 Jason Merrill * Makefile.in (REQUIRED_OFILES): Add md5.o. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c46d9dd1b56..62a97dcf0f6 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