Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG)...
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Fri, 17 Apr 1998 08:12:14 +0000 (08:12 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 17 Apr 1998 08:12:14 +0000 (02:12 -0600)
        * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
        which requires a working target compiler to build.

From-SVN: r19260

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

index ee4daf58b1bc6ce1ec976d46a7646634fdbb11ef..b5dc083fdfb7e95cb5a2e4945cee281904f22021 100644 (file)
@@ -1,3 +1,8 @@
+Fri Apr 17 09:10:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
+       which requires a working target compiler to build.
+
 Fri Apr 17 08:57:35 1998  Jeffrey A Law  (law@cygnus.com)
 
        * tree.c (avoid_overlap): Add prototype.
index bf2b3526ec72270a300b3f9f29035f95dedd880d..d91fd3627743a9935b34320030c8ecbc2039f3d3 100644 (file)
@@ -130,7 +130,7 @@ cc1plus$(exeext): $(P) $(CXX_SRCS) $(LIBDEPS) stamp-objlist c-common.o c-pragma.
 #\f
 # Build hooks:
 
-c++.all.build: g++$(exeext) $(DEMANGLER_PROG)
+c++.all.build: g++$(exeext)
 c++.all.cross: g++-cross$(exeext) $(DEMANGLER_PROG)
 c++.start.encap: g++$(exeext)
 c++.rest.encap: $(DEMANGLER_PROG)