* Make-lang.in (cplib2.ready): Don't depend on phony targets.
authorMarc Espie <espie@cvs.openbsd.org>
Mon, 26 Apr 1999 23:50:36 +0000 (23:50 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 26 Apr 1999 23:50:36 +0000 (19:50 -0400)
From-SVN: r26668

gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index d2f3426b3ae6ba00e92f8d4ad85446c08924d40f..4c8b67fbc2ce519ba57d82c5154b44f017b66288 100644 (file)
@@ -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
index c877417de47b39f005e6bc7635d65ee6d16dfbe2..d5d4e4d4cef4d160bc20ee0d7fc74b141953b2e9 100644 (file)
@@ -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]"++ "*) \