diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-03-02 06:09:56 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-03-02 06:09:56 +0000 |
commit | ef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8 (patch) | |
tree | e1b9f8079ab39f7e5afebb8c1a619ae2bb8cf685 /libiberty/Makefile.in | |
parent | 3e2e197673d9568bb85556da44ce31ebe5a32ab3 (diff) | |
download | gcc-ef74edbdd8c9a674de3b7a0a20784de3d6bbb4d8.tar.gz |
Small multilib rule fixups.
libgcc/:
PR other/42980
* Makefile.in (install): Use $(MAKE) string in rule, for
parallel make.
libiberty/:
* Makefile.in (all): Do not use exec.
From-SVN: r157159
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 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 |