diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-21 23:18:01 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-21 23:18:01 +0000 |
commit | 7b23d36661908d00e8c3691e7525c3ac45b61c4d (patch) | |
tree | 07a2cf505c588afa11c0938706a8b458320056b3 /libiberty | |
parent | ad46fec4f17d0fe49e58a9cc48ab5b801b9eb804 (diff) | |
download | gcc-7b23d36661908d00e8c3691e7525c3ac45b61c4d.tar.gz |
* (vasprintf.o): Add dependency for config.h in vasprintf.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35181 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 1 | ||||
-rw-r--r-- | libiberty/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9c6ed4b1cc9..0ebdd88a53c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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> diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c39592e6348..1926bad7e64 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |