aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-03-02 06:09:56 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2010-03-02 06:09:56 +0000
commitef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8 (patch)
treee1b9f8079ab39f7e5afebb8c1a619ae2bb8cf685 /libiberty/Makefile.in
parent3e2e197673d9568bb85556da44ce31ebe5a32ab3 (diff)
downloadgcc-ef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8.zip
gcc-ef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8.tar.gz
gcc-ef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8.tar.bz2
Small multilib rule fixups.
libgcc/: PR other/42980 * Makefile.in (install): Use $(MAKE) string in rule, for parallel make. libiberty/: * Makefile.in (all): Do not use exec. From-SVN: r157159
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 ba24c6d..f22d3a3 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -101,7 +101,7 @@ SUBDIRS = testsuite
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
all: stamp-picdir $(TARGETLIB) required-list all-subdir
- @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
+ @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
.PHONY: check installcheck
check: check-subdir