diff options
author | Andreas Schwab <schwab@suse.de> | 1999-10-14 11:11:59 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-14 05:11:59 -0600 |
commit | d81c9768f4514226dbc491778e3efbcf3dc4c87b (patch) | |
tree | 617dcee5d644a6f500da2e75bc0006fc4b452198 /gcc | |
parent | 476a33f4146f5304cc1a9a9b6587d2ba3600b0a6 (diff) | |
download | gcc-d81c9768f4514226dbc491778e3efbcf3dc4c87b.zip gcc-d81c9768f4514226dbc491778e3efbcf3dc4c87b.tar.gz gcc-d81c9768f4514226dbc491778e3efbcf3dc4c87b.tar.bz2 |
* Makefile.in (all.cross): Depend on xcpp$(exeext).
From-SVN: r29975
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
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 <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 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. |