OSDN Git Service

* Make-lang.in (cplib2.ready): Don't depend on phony targets.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 1999 23:50:36 +0000 (23:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Apr 1999 23:50:36 +0000 (23:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26668 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d2f3426..4c8b67f 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 c877417..d5d4e4d 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]"++ "*) \