diff options
author | Mike Stump <mrs@wrs.com> | 2000-05-24 01:46:44 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2000-05-24 01:46:44 +0000 |
commit | f8e2da56c10633d47b561d4ca99115837237dded (patch) | |
tree | 8271104465563275d9c38b53c876ea0af577a2be /libiberty/Makefile.in | |
parent | a84b5d643606397f05a638c1341117afe52daecf (diff) | |
download | gcc-f8e2da56c10633d47b561d4ca99115837237dded.tar.gz |
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
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 96c6ff05620..9a476f31139 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |