aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-28 21:37:35 +0000
committerRichard Stallman <rms@gnu.org>1992-10-28 21:37:35 +0000
commit9df7926f2cdcb7c19273b444816e1246523f16d1 (patch)
treee65896664d9aa1e9bc8bcbf2dc98dc19e3fbd337
parent4e9d13031a67dd3f00970b00fc4c55385c16ee19 (diff)
downloadgcc-9df7926f2cdcb7c19273b444816e1246523f16d1.zip
gcc-9df7926f2cdcb7c19273b444816e1246523f16d1.tar.gz
gcc-9df7926f2cdcb7c19273b444816e1246523f16d1.tar.bz2
(all.build): Dep on xgcc instead of $(GCC_PASSES).
From-SVN: r2638
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 8be15db..7c66644 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.