summaryrefslogtreecommitdiffstats
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2010-03-15 17:33:40 +0000
committerDJ Delorie <dj@redhat.com>2010-03-15 17:33:40 +0000
commit178bead7ef63690bf3f2dc5ba1041d3962b35552 (patch)
tree9009c18a5ba2c3dd82de18cdc2b4497104ef9183 /libiberty
parent4dea3bb71adcb33360d8fc8f2bfa3a601f330931 (diff)
downloadppe42-binutils-178bead7ef63690bf3f2dc5ba1041d3962b35552.tar.gz
ppe42-binutils-178bead7ef63690bf3f2dc5ba1041d3962b35552.zip
merge from gcc
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 ee01cafe13..cf80e38b3c 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 ba24c6db7a..f22d3a341f 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
OpenPOWER on IntegriCloud