From 178bead7ef63690bf3f2dc5ba1041d3962b35552 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 15 Mar 2010 17:33:40 +0000 Subject: [PATCH] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1