summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2002-12-14 08:35:49 +0000
committerJason Merrill <jason@redhat.com>2002-12-14 08:35:49 +0000
commit5bf040ca4cc9d8cef48c56b4d40d1db0d96a864d (patch)
treef84d14d2eef5b14f256237ec6107917daec4830d /Makefile.tpl
parentd9890a82466c1b972871a843863950152e3aff54 (diff)
downloadbinutils-redhat-5bf040ca4cc9d8cef48c56b4d40d1db0d96a864d.tar.gz
* Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
library tests. (check-c++): Just depend on it and check-target-libstdc++-v3. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 3518079f8a..9f64035a38 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1213,17 +1213,19 @@ check-gcc:
true; \
fi
-.PHONY: check-c++
-check-c++:
+.PHONY: check-gcc-c++
+check-gcc-c++:
@if [ -f ./gcc/Makefile ] ; then \
r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
- $(MAKE) check-target-libstdc++-v3; \
else \
true; \
- fi
+ fi
+
+.PHONY: check-c++
+check-c++: check-target-libstdc++-v3 check-gcc-c++
.PHONY: install-gcc maybe-install-gcc
maybe-install-gcc: