From c85c32322e6be7fd3e82a46bba31268510304584 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Wed, 25 Nov 1998 18:02:19 +0000 Subject: [PATCH] * Makefile.in (splay-tree.o): Add config.h dependency. From-SVN: r23873 --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 05ffb6ef023..93b4cdf1558 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +1998-11-25 Mike Stump + + * Makefile.in (splay-tree.o): Add config.h dependency. + Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi * configure.in: Use AC_PREREQ(2.12.1). diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c38cd260089..39ca1fbdbd9 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -237,7 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h pexecute.o: config.h $(INCDIR)/libiberty.h spaces.o: $(INCDIR)/libiberty.h -splay-tree.o: $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.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 xatexit.o: $(INCDIR)/libiberty.h