From da0c774308604f557920ff973c18aa516cdccf8e Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 21 Jul 2000 23:09:30 +0000 Subject: [PATCH] * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. From-SVN: r35180 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * Makefile.in (xexit.o): Add dependency for config.h in xexit.c. + 2000-07-21 Kaveh R. Ghazi * 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 -- 2.30.2