(all.build): Dep on xgcc instead of $(GCC_PASSES).
authorRichard Stallman <rms@gnu.org>
Wed, 28 Oct 1992 21:37:35 +0000 (21:37 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 28 Oct 1992 21:37:35 +0000 (21:37 +0000)
From-SVN: r2638

gcc/Makefile.in

index 8be15dbd79467703195d05eca292e2f40f3280ec..7c66644ac6c75b0aa20effc245549364acb9a5af 100644 (file)
@@ -428,7 +428,7 @@ all.internal: start.encap rest.encap
 # This is what to compile if making a cross-compiler.
 all.cross: native gcc-cross libgcc.a cross-test $(EXTRA_PARTS)
 # This is what to compile if making gcc with a cross-compiler.
-all.build: native $(GCC_PASSES) $(EXTRA_PARTS)
+all.build: native xgcc $(EXTRA_PARTS)
 # This is what must be made before installing GCC and converting libraries.
 start.encap: native xgcc specs $(LIBGCC1) xlimits.h
 # Use this to make a GCC that will be used only to recompile GCC.