diff options
author | DJ Delorie <dj@redhat.com> | 2002-09-23 12:08:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-09-23 12:08:57 +0000 |
commit | 1b67de929ec7da8cd37ea1f0355dbd1ef233f42e (patch) | |
tree | 193327c730a0cb2fc2654f94c1d2d0ed05d55ce3 /libiberty/Makefile.in | |
parent | f3961b2b3da6f34c848fe4587abab15ef1d3b55e (diff) | |
download | gdb-1b67de929ec7da8cd37ea1f0355dbd1ef233f42e.zip gdb-1b67de929ec7da8cd37ea1f0355dbd1ef233f42e.tar.gz gdb-1b67de929ec7da8cd37ea1f0355dbd1ef233f42e.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 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 |