Commit afa09829 by H.J. Lu Committed by Alexandre Oliva

* Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).

From-SVN: r34047
parent b71e9845
2000-05-20 H.J. Lu <hjl@gnu.org>
* Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
2000-05-19 Mark Mitchell <mark@codesourcery.com>
Don't create a separate copy of virtual bases for the
......
......@@ -191,7 +191,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
# Don't try to do write if `.' is not writable;
# in that case, we're installing from someone else's directory.
# But go ahead and fail if that directory hasn't been properly built.
cplib2.ready: $(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO)
cplib2.ready: $(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO) cc1plus$(exeext)
@if [ -r cplib2.txt -a -w . ]; then \
case " $(LANGUAGES) " in \
*" "[cC]"++ "*) \
......
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