summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commit3233bdf46fe70b2a39c08cb290486c7457f2c3a4 (patch)
tree37490b9c78f68f6d45b14e13d235b9e399cbc55a /Makefile.in
parentddad4dd3b3de15f1d96843837c0c321c53bd3e8b (diff)
downloadgdb-3233bdf46fe70b2a39c08cb290486c7457f2c3a4.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.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index dfddbdabe5f..f7c38950f12 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7539,17 +7539,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: