summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorMike Stump <mrs@wrs.com>2000-05-24 01:46:44 +0000
committerMike Stump <mrs@gcc.gnu.org>2000-05-24 01:46:44 +0000
commitf8e2da56c10633d47b561d4ca99115837237dded (patch)
tree8271104465563275d9c38b53c876ea0af577a2be /libiberty/Makefile.in
parenta84b5d643606397f05a638c1341117afe52daecf (diff)
downloadgcc-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.in2
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