Commit da0c7743 by Mike Stump Committed by Mike Stump

* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.

From-SVN: r35180
parent 47f634cb
2000-07-21 Mike Stump <mrs@wrs.com>
* Makefile.in (xexit.o): Add dependency for config.h in xexit.c.
2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2. * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2.
......
...@@ -287,7 +287,7 @@ splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/an ...@@ -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 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
xexit.o: $(INCDIR)/libiberty.h xexit.o: config.h $(INCDIR)/libiberty.h
xmalloc.o: config.h $(INCDIR)/libiberty.h xmalloc.o: config.h $(INCDIR)/libiberty.h
xmemdup.o: config.h $(INCDIR)/libiberty.h xmemdup.o: config.h $(INCDIR)/libiberty.h
xstrdup.o: config.h $(INCDIR)/libiberty.h xstrdup.o: config.h $(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