diff options
author | Mike Stump <mrs@wrs.com> | 2000-07-21 23:09:30 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2000-07-21 23:09:30 +0000 |
commit | da0c774308604f557920ff973c18aa516cdccf8e (patch) | |
tree | 309871d2bb17cd9969bda12cc2b5ae47541efabc /libiberty | |
parent | 47f634cbb5cbcb7cbf701cc8ddd1ed26de826d23 (diff) | |
download | gcc-da0c774308604f557920ff973c18aa516cdccf8e.tar.gz |
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
From-SVN: r35180
Diffstat (limited to 'libiberty')
-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 |