mirror of git://gcc.gnu.org/git/gcc.git
* (vasprintf.o): Add dependency for config.h in vasprintf.c.
From-SVN: r35181
This commit is contained in:
parent
da0c774308
commit
0c978c4686
|
@ -1,6 +1,7 @@
|
||||||
2000-07-21 Mike Stump <mrs@wrs.com>
|
2000-07-21 Mike Stump <mrs@wrs.com>
|
||||||
|
|
||||||
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
|
* 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>
|
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
|
splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
|
||||||
strerror.o: config.h $(INCDIR)/libiberty.h
|
strerror.o: config.h $(INCDIR)/libiberty.h
|
||||||
strsignal.o: config.h $(INCDIR)/libiberty.h
|
strsignal.o: config.h $(INCDIR)/libiberty.h
|
||||||
|
vasprintf.o: config.h
|
||||||
xatexit.o: $(INCDIR)/libiberty.h
|
xatexit.o: $(INCDIR)/libiberty.h
|
||||||
xexit.o: config.h $(INCDIR)/libiberty.h
|
xexit.o: config.h $(INCDIR)/libiberty.h
|
||||||
xmalloc.o: config.h $(INCDIR)/libiberty.h
|
xmalloc.o: config.h $(INCDIR)/libiberty.h
|
||||||
|
|
Loading…
Reference in New Issue