Commit 91b54f7f by Graham Stott Committed by Graham Stott

* Makefile.in (check-c++): Add missing semicolon.

From-SVN: r44792
parent 63814ec1
2001-08-11 Graham Stott <grahams@redhat.com>
* Makefile.in (check-c++): Add missing semicolon.
Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
* MAITAINERS (Various maitainers: predict.def): Added myself.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment