summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-02-18 20:12:50 +0000
committerJason Merrill <jason@redhat.com>2003-02-18 20:12:50 +0000
commite9e456850eda415068b8a206cc03e96e7375bda9 (patch)
tree8d2b6b8445f98a94a2b21ae93b2f29063edddfd8 /Makefile.in
parent54c7009d04fc3da51b50cfbefe5f5894db2cad32 (diff)
downloadbinutils-gdb-e9e456850eda415068b8a206cc03e96e7375bda9.tar.gz
* Makefile.tpl (check-c++): Allow parallelism.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b3d2d275682..7e420f74e54 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7293,7 +7293,8 @@ check-gcc-c++:
fi
.PHONY: check-c++
-check-c++: check-target-libstdc++-v3 check-gcc-c++
+check-c++:
+ $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok
.PHONY: install-gcc maybe-install-gcc
maybe-install-gcc: