aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-21 22:17:45 +0000
committerRichard Stallman <rms@gnu.org>1992-10-21 22:17:45 +0000
commit72e7e5b3f26846a764cf17b87eb15adab9210742 (patch)
tree3e9659fd4d6315816e038778494ab56b288225d0
parentd26d14f71ab8ba77f1edb305a7502a6f9ef91545 (diff)
downloadgcc-72e7e5b3f26846a764cf17b87eb15adab9210742.zip
gcc-72e7e5b3f26846a764cf17b87eb15adab9210742.tar.gz
gcc-72e7e5b3f26846a764cf17b87eb15adab9210742.tar.bz2
(all.build): Add target $(GCC_PASSES) for xgcc.
From-SVN: r2545
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index e85b2be..fa01c74 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -424,7 +424,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 $(EXTRA_PARTS)
+all.build: native $(GCC_PASSES) $(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.