]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3.
authorMike Stump <mrs@wrs.com>
Wed, 24 May 2000 01:46:44 +0000 (01:46 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 24 May 2000 01:46:44 +0000 (01:46 +0000)
* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
  -j3.

From-SVN: r34117

libiberty/ChangeLog
libiberty/Makefile.in

index c1d0598f817f8226c26a2a8d5524c9fe257c224c..e61cec3f33397778fccf3336b2b629a7bf0a716c 100644 (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.
index 96c6ff0562071aecf6216af03525890fc6aec8dc..9a476f311393087996279404c3c2859f8aba957a 100644 (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
This page took 0.074538 seconds and 5 git commands to generate.