diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 90b978211f1..ec9d8d2dc3c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2010-03-01 Ralf Wildenhues + + PR other/42980 + * Makefile.in (install): Use $(MAKE) string in rule, for + parallel make. + 2010-02-22 Hans-Peter Nilsson Migrate from broken pre-libgcc legacy support to libgcc-centric rules. diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 9484e7e6c0e..938d07083b4 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -960,7 +960,7 @@ install-leaf: $(install-shared) $(install-libunwind) done install: install-leaf - @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install + @: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install .PHONY: install install-shared install-libunwind diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ee01cafe136..cf80e38b3c2 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 ba24c6db7a7..f22d3a341f4 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