* Makefile.in (objalloc.o): Depend on config.h
This commit is contained in:
parent
4db6cb88da
commit
77bfb69416
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (objalloc.o): Depend on config.h
|
||||
|
||||
2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* hashtab.c, partition.c, xmemdup.c: Include string.h
|
||||
|
|
|
@ -271,7 +271,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h
|
|||
hex.o: $(INCDIR)/libiberty.h
|
||||
floatformat.o: $(INCDIR)/floatformat.h
|
||||
mkstemps.o: config.h
|
||||
objalloc.o: $(INCDIR)/objalloc.h
|
||||
objalloc.o: config.h $(INCDIR)/objalloc.h
|
||||
obstack.o: config.h $(INCDIR)/obstack.h
|
||||
partition.o: config.h $(INCDIR)/partition.h
|
||||
pexecute.o: config.h $(INCDIR)/libiberty.h
|
||||
|
|
Loading…
Reference in a new issue