From d81c9768f4514226dbc491778e3efbcf3dc4c87b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 14 Oct 1999 11:11:59 +0000 Subject: [PATCH] * Makefile.in (all.cross): Depend on xcpp$(exeext). From-SVN: r29975 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f20df337da1..908f34b897b 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 ae763d3db16..f8c8f87cc67 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. -- 2.30.2