* Makefile.in (all.cross): Depend on xcpp$(exeext).
authorAndreas Schwab <schwab@suse.de>
Thu, 14 Oct 1999 11:11:59 +0000 (11:11 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Oct 1999 11:11:59 +0000 (05:11 -0600)
From-SVN: r29975

gcc/ChangeLog
gcc/Makefile.in

index f20df33..908f34b 100644 (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
index ae763d3..f8c8f87 100644 (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.