OSDN Git Service

* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 01:46:44 +0000 (01:46 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 01:46:44 +0000 (01:46 +0000)
  -j3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34117 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index c1d0598..e61cec3 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 96c6ff0..9a476f3 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