From: Andreas Schwab Date: Thu, 14 Oct 1999 11:11:59 +0000 (+0000) Subject: * Makefile.in (all.cross): Depend on xcpp$(exeext). X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d81c9768f4514226dbc491778e3efbcf3dc4c87b;p=platform%2Fupstream%2Fgcc.git * Makefile.in (all.cross): Depend on xcpp$(exeext). From-SVN: r29975 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f20df33..908f34b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 14 05:08:14 1999 Andreas Schwab + + * Makefile.in (all.cross): Depend on xcpp$(exeext). + Thu Oct 14 04:00:40 1999 Richard Henderson * genrecog.c (validate_pattern): Condense the destination diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ae763d3..f8c8f87 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.