From: DJ Delorie Date: Mon, 15 Mar 2010 17:33:40 +0000 (+0000) Subject: merge from gcc X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=178bead7ef63690bf3f2dc5ba1041d3962b35552;p=deliverable%2Fbinutils-gdb.git merge from gcc --- 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 + + * Makefile.in (all): Do not use exec. + 2010-02-04 Tom Tromey * 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