* Makefile.in (all.cross): Depend on xcpp$(exeext).

From-SVN: r29975
This commit is contained in:
Andreas Schwab 1999-10-14 11:11:59 +00:00 committed by Jeff Law
parent 476a33f414
commit d81c9768f4
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 14 05:08:14 1999 Andreas Schwab <schwab@suse.de>
* Makefile.in (all.cross): Depend on xcpp$(exeext).
Thu Oct 14 04:00:40 1999 Richard Henderson <rth@cygnus.com>
* genrecog.c (validate_pattern): Condense the destination

View File

@ -822,8 +822,8 @@ all.internal: start.encap rest.encap doc
# This is what to compile if making a cross-compiler.
# Note that we can compile enquire using the cross-compiler just built,
# although we can't run it on this machine.
all.cross: native gcc-cross specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC) \
$(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
all.cross: native gcc-cross xcpp$(exeext) specs stmp-headers $(STMP_FIXPROTO) \
$(LIBGCC) $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
# This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc$(exeext) xcpp$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries.