From: DJ Delorie Date: Mon, 15 Mar 2010 17:33:40 +0000 (+0000) Subject: merge from gcc X-Git-Tag: cygwin-1_7_3-release~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=178bead7ef63690bf3f2dc5ba1041d3962b35552;p=external%2Fbinutils.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ee01caf..cf80e38 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 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