* (vasprintf.o): Add dependency for config.h in vasprintf.c.
From-SVN: r35181
This commit is contained in:
parent
da0c774308
commit
0c978c4686
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
2000-07-21 Mike Stump <mrs@wrs.com>
|
||||
|
||||
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
|
||||
* (vasprintf.o): Add dependency for config.h in vasprintf.c.
|
||||
|
||||
2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
|
|
|
@ -286,6 +286,7 @@ spaces.o: $(INCDIR)/libiberty.h
|
|||
splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
|
||||
strerror.o: config.h $(INCDIR)/libiberty.h
|
||||
strsignal.o: config.h $(INCDIR)/libiberty.h
|
||||
vasprintf.o: config.h
|
||||
xatexit.o: $(INCDIR)/libiberty.h
|
||||
xexit.o: config.h $(INCDIR)/libiberty.h
|
||||
xmalloc.o: config.h $(INCDIR)/libiberty.h
|
||||
|
|
Loading…
Add table
Reference in a new issue