aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/Make-lang.in
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-04-26 23:50:36 +0000
committerJason Merrill <jason@gcc.gnu.org>1999-04-26 19:50:36 -0400
commit93dfdf16a562e674ce8133c6f547b7bb3d36c241 (patch)
treea7d7f3c739f4c632a3cc2ca6267a7306824427cc /gcc/cp/Make-lang.in
parent6a6fc514baf2faffa3fdf393e75922510f125823 (diff)
downloadgcc-93dfdf16a562e674ce8133c6f547b7bb3d36c241.zip
gcc-93dfdf16a562e674ce8133c6f547b7bb3d36c241.tar.gz
gcc-93dfdf16a562e674ce8133c6f547b7bb3d36c241.tar.bz2
* Make-lang.in (cplib2.ready): Don't depend on phony targets.
From-SVN: r26668
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r--gcc/cp/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index c877417..d5d4e4d 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -185,7 +185,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) $(LANGUAGES) $(LIBGCC2_DEPS) stmp-int-hdrs
+cplib2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
@if [ -r cplib2.txt -a -w . ]; then \
case " $(LANGUAGES) " in \
*" "[cC]"++ "*) \