Commit 93dfdf16 by Marc Espie Committed by Jason Merrill

* Make-lang.in (cplib2.ready): Don't depend on phony targets.

From-SVN: r26668
parent 6a6fc514
1999-04-26 Marc Espie <espie@cvs.openbsd.org>
* Make-lang.in (cplib2.ready): Don't depend on phony targets.
1999-04-23 Mark Mitchell <mark@codesourcery.com> 1999-04-23 Mark Mitchell <mark@codesourcery.com>
* decl2.c (finish_file): Tweak handling of extern inlines so that * decl2.c (finish_file): Tweak handling of extern inlines so that
......
...@@ -185,7 +185,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready ...@@ -185,7 +185,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
# Don't try to do write if `.' is not writable; # Don't try to do write if `.' is not writable;
# in that case, we're installing from someone else's directory. # in that case, we're installing from someone else's directory.
# But go ahead and fail if that directory hasn't been properly built. # But go ahead and fail if that directory hasn't been properly built.
cplib2.ready: $(GCC_PASSES) $(LANGUAGES) $(LIBGCC2_DEPS) stmp-int-hdrs cplib2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
@if [ -r cplib2.txt -a -w . ]; then \ @if [ -r cplib2.txt -a -w . ]; then \
case " $(LANGUAGES) " in \ case " $(LANGUAGES) " in \
*" "[cC]"++ "*) \ *" "[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