From: Richard Stallman Date: Wed, 28 Oct 1992 21:37:35 +0000 (+0000) Subject: (all.build): Dep on xgcc instead of $(GCC_PASSES). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9df7926f2cdcb7c19273b444816e1246523f16d1;p=gcc.git (all.build): Dep on xgcc instead of $(GCC_PASSES). From-SVN: r2638 --- 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.