diff options
author | DJ Delorie <dj@redhat.com> | 2010-03-15 17:33:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-03-15 17:33:40 +0000 |
commit | 178bead7ef63690bf3f2dc5ba1041d3962b35552 (patch) | |
tree | 9009c18a5ba2c3dd82de18cdc2b4497104ef9183 /libiberty | |
parent | 4dea3bb71adcb33360d8fc8f2bfa3a601f330931 (diff) | |
download | gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.zip gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.tar.gz gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <Ralf.Wildenhues@gmx.de> + + * Makefile.in (all): Do not use exec. + 2010-02-04 Tom Tromey <tromey@redhat.com> * 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 |