(all.build): Add target $(GCC_PASSES) for xgcc.
authorRichard Stallman <rms@gnu.org>
Wed, 21 Oct 1992 22:17:45 +0000 (22:17 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 21 Oct 1992 22:17:45 +0000 (22:17 +0000)
From-SVN: r2545

gcc/Makefile.in

index e85b2be9a530582f6b30fa0b69e8574ea83ad60f..fa01c74d74081abd32c2da40477f253ff0e25691 100644 (file)
@@ -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.