Commit c85c3232 by Mike Stump Committed by Jeff Law

* Makefile.in (splay-tree.o): Add config.h dependency.

From-SVN: r23873
parent f3ed04e7
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> Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Use AC_PREREQ(2.12.1). * configure.in: Use AC_PREREQ(2.12.1).
......
...@@ -237,7 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h ...@@ -237,7 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h obstack.o: config.h $(INCDIR)/obstack.h
pexecute.o: config.h $(INCDIR)/libiberty.h pexecute.o: config.h $(INCDIR)/libiberty.h
spaces.o: $(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 strerror.o: config.h $(INCDIR)/libiberty.h
strsignal.o: config.h $(INCDIR)/libiberty.h strsignal.o: config.h $(INCDIR)/libiberty.h
xatexit.o: $(INCDIR)/libiberty.h xatexit.o: $(INCDIR)/libiberty.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment