Commit 94b68558 by Richard Henderson Committed by Richard Henderson

* Makefile.in (make-temp-file.o): Depend on config.h.

From-SVN: r40929
parent 1150a841
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> 2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* memchr.c (memchr): Adjust condition to avoid infinite loop. * memchr.c (memchr): Adjust condition to avoid infinite loop.
......
...@@ -274,6 +274,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h ...@@ -274,6 +274,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h
hex.o: $(INCDIR)/libiberty.h hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h floatformat.o: $(INCDIR)/floatformat.h
lbasename.o: $(INCDIR)/libiberty.h lbasename.o: $(INCDIR)/libiberty.h
make-temp-file.o: config.h
mkstemps.o: config.h mkstemps.o: config.h
md5.o: config.h md5.o: config.h
objalloc.o: config.h $(INCDIR)/objalloc.h objalloc.o: config.h $(INCDIR)/objalloc.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment