From: DJ Delorie Date: Mon, 23 Sep 2002 12:08:57 +0000 (+0000) Subject: merge from gcc X-Git-Tag: drow-cplus-branchpoint~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b67de929ec7da8cd37ea1f0355dbd1ef233f42e;p=external%2Fbinutils.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index df6f33f..bde129c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-09-22 Kaveh R. Ghazi + + * Makefile.in (all): Fix multilib parallel build. + 2002-09-19 John David Anglin * cp-demangle.c (demangling_new): Cast 0 to enum. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 5a25987..e0bb15a 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -105,7 +105,7 @@ SUBDIRS = testsuite # FIXME: add @BUILD_INFO@ once we're sure it works for everyone. all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all + @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all .PHONY: check installcheck check: check-subdir