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 /libiberty/Makefile.in | |
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
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |