aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/Make-lang.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d2f3426..4c8b67f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+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>
* decl2.c (finish_file): Tweak handling of extern inlines so that
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]"++ "*) \