* Makefile.in (md5.o): Depend on config.h.

From-SVN: r36029
This commit is contained in:
Richard Henderson 2000-08-28 21:35:59 -07:00 committed by Richard Henderson
parent 38323cc3b8
commit 53dce58223
2 changed files with 5 additions and 0 deletions

View 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.

View 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