diff options
author | Mike Stump <mrs@wrs.com> | 1998-11-25 18:02:19 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-25 11:02:19 -0700 |
commit | c85c32322e6be7fd3e82a46bba31268510304584 (patch) | |
tree | 00e0b147ccb01815fcc7ae74dd9aaaa1263fcf8a /libiberty | |
parent | f3ed04e72ad438d8de30964d5cc25cdab80e3ab7 (diff) | |
download | gcc-c85c32322e6be7fd3e82a46bba31268510304584.zip gcc-c85c32322e6be7fd3e82a46bba31268510304584.tar.gz gcc-c85c32322e6be7fd3e82a46bba31268510304584.tar.bz2 |
* Makefile.in (splay-tree.o): Add config.h dependency.
From-SVN: r23873
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 05ffb6e..93b4cdf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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). diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c38cd26..39ca1fb 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 |