aboutsummaryrefslogtreecommitdiff
path: root/libiberty
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
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')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ee01cafe..cf80e38 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * Makefile.in (all): Do not use exec.
+
2010-02-04 Tom Tromey <tromey@redhat.com>
* testsuite/demangle-expected: Add missing --format=gnu-v3.
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