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/Makefile.in | |
parent | 4dea3bb71adcb33360d8fc8f2bfa3a601f330931 (diff) | |
download | gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.zip gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.tar.gz gdb-178bead7ef63690bf3f2dc5ba1041d3962b35552.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |