aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGraham Stott <grahams@redhat.com>2001-08-11 09:43:31 +0000
committerGraham Stott <grahams@gcc.gnu.org>2001-08-11 09:43:31 +0000
commit91b54f7f3fcabd08aaa16079441956e7d3d8bebf (patch)
tree734edd8304bcc4a7eb89861ff48f5af6c7e39d28 /Makefile.in
parent63814ec191156d5fb6065329367336c26622411f (diff)
downloadgcc-91b54f7f3fcabd08aaa16079441956e7d3d8bebf.zip
gcc-91b54f7f3fcabd08aaa16079441956e7d3d8bebf.tar.gz
gcc-91b54f7f3fcabd08aaa16079441956e7d3d8bebf.tar.bz2
* Makefile.in (check-c++): Add missing semicolon.
From-SVN: r44792
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a19cff..c623d51 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1532,7 +1532,7 @@ check-c++:
s=`cd $(srcdir); pwd`; export s; \
$(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
- $(MAKE) check-target-libstdc++-v3 \
+ $(MAKE) check-target-libstdc++-v3; \
else \
true; \
fi