... and you need this one to prevent the same problem when you build C++.

Phew !
This commit is contained in:
espie 1999-04-23 21:33:22 +00:00
parent a261552d9d
commit ca0ad472a7
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- gcc/cp/Make-lang.in.orig Fri Apr 23 23:23:34 1999
+++ gcc/cp/Make-lang.in Fri Apr 23 23:23:50 1999
@@ -185,7 +185,7 @@
# 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]"++ "*) \

View File

@ -0,0 +1,11 @@
--- gcc/cp/Make-lang.in.orig Fri Apr 23 23:23:34 1999
+++ gcc/cp/Make-lang.in Fri Apr 23 23:23:50 1999
@@ -185,7 +185,7 @@
# 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]"++ "*) \