From 9df7926f2cdcb7c19273b444816e1246523f16d1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 28 Oct 1992 21:37:35 +0000 Subject: [PATCH] (all.build): Dep on xgcc instead of $(GCC_PASSES). From-SVN: r2638 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8be15dbd794..7c66644ac6c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. -- 2.30.2