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
commit584bb3d09c9338587227164a46dad8183ec28d49 (patch)
treee20f88a24eb303ddd2cb5701444489f41e13b35c /Makefile.in
parent3fa3aef94095662c57a02c9e78e2be27fa3c897f (diff)
downloadgdb-584bb3d09c9338587227164a46dad8183ec28d49.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: