diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-21 23:09:30 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-21 23:09:30 +0000 |
commit | ad46fec4f17d0fe49e58a9cc48ab5b801b9eb804 (patch) | |
tree | 309871d2bb17cd9969bda12cc2b5ae47541efabc | |
parent | faa29cf8ff8c709da2539558045dd00cde61401a (diff) | |
download | gcc-ad46fec4f17d0fe49e58a9cc48ab5b801b9eb804.tar.gz |
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35180 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c8a5f91f4c6..9c6ed4b1cc9 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2000-07-21 Mike Stump <mrs@wrs.com> + + * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. + 2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index a95adcdccc0..c39592e6348 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -287,7 +287,7 @@ splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/an strerror.o: config.h $(INCDIR)/libiberty.h strsignal.o: config.h $(INCDIR)/libiberty.h xatexit.o: $(INCDIR)/libiberty.h -xexit.o: $(INCDIR)/libiberty.h +xexit.o: config.h $(INCDIR)/libiberty.h xmalloc.o: config.h $(INCDIR)/libiberty.h xmemdup.o: config.h $(INCDIR)/libiberty.h xstrdup.o: config.h $(INCDIR)/libiberty.h |