This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

small typo, need config.h depandancy for vasprintf.o


This contains the last patch as well...  I checked them both in.

Just 2000-07-21  Mike Stump  <mrs@wrs.com>

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

Doing diffs in Makefile.in.~1~:
*** Makefile.in.~1~	Fri Jul 21 16:05:34 2000
--- Makefile.in	Fri Jul 21 16:15:24 2000
*************** spaces.o: $(INCDIR)/libiberty.h
*** 286,293 ****
  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
! xexit.o: $(INCDIR)/libiberty.h
  xmalloc.o: config.h $(INCDIR)/libiberty.h
  xmemdup.o: config.h $(INCDIR)/libiberty.h
  xstrdup.o: config.h $(INCDIR)/libiberty.h
--- 286,294 ----
  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
+ vasprintf.o: config.h
  xatexit.o: $(INCDIR)/libiberty.h
! xexit.o: config.h $(INCDIR)/libiberty.h
  xmalloc.o: config.h $(INCDIR)/libiberty.h
  xmemdup.o: config.h $(INCDIR)/libiberty.h
  xstrdup.o: config.h $(INCDIR)/libiberty.h
--------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]