* Makefile.in (splay-tree.o): Add config.h dependency.
authorMike Stump <mrs@wrs.com>
Wed, 25 Nov 1998 18:02:19 +0000 (18:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Nov 1998 18:02:19 +0000 (11:02 -0700)
From-SVN: r23873

libiberty/ChangeLog
libiberty/Makefile.in

index 05ffb6ef023ac231f519d7706488b6e736cadc53..93b4cdf15580374dbf7e637050e50ef0f787be71 100644 (file)
@@ -1,3 +1,7 @@
+1998-11-25  Mike Stump  <mrs@wrs.com>
+
+       * Makefile.in (splay-tree.o): Add config.h dependency.
+
 Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        *  configure.in: Use AC_PREREQ(2.12.1).
index c38cd260089577492fff6af8d31986d0c215a3b8..39ca1fbdbd9dbd4c966da7e7e30d17ecc1c4a407 100644 (file)
@@ -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