Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3.

* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
 	-j3.

From-SVN: r34117
This commit is contained in:
Mike Stump 2000-05-24 01:46:44 +00:00 committed by Mike Stump
parent a84b5d6436
commit f8e2da56c1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-05-23 Mike Stump <mrs@wrs.com>
* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
-j3.
2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* xmalloc.c: Include config.h for HAVE_SBRK definition.

View File

@ -284,7 +284,7 @@ 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: $(INCDIR)/libiberty.h
xmalloc.o: config.h $(INCDIR)/libiberty.h
xmemdup.o: config.h $(INCDIR)/libiberty.h
xstrdup.o: config.h $(INCDIR)/libiberty.h
xstrerror.o: config.h $(INCDIR)/libiberty.h