aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-03-25 12:18:27 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-03-25 12:18:27 -0500
commitbae348586b3fd9e727054754ab03db44e9084db8 (patch)
tree054144dbbc7e00a8ed858ae519b582874664113e
parent39a96e8483836fb24097dbcc16e685ca45b3b348 (diff)
downloadgcc-bae348586b3fd9e727054754ab03db44e9084db8.zip
gcc-bae348586b3fd9e727054754ab03db44e9084db8.tar.gz
gcc-bae348586b3fd9e727054754ab03db44e9084db8.tar.bz2
(GCC_PASSES): Revert previous change; use cc1$(exeext).
From-SVN: r13786
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f518c21..39f5153 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -347,7 +347,7 @@ COMPILERS = cc1$(exeext) cc1obj$(exeext)
# List of things which should already be built whenever we try to use xgcc
# to compile anything (without linking).
-GCC_PASSES=xgcc$(exeext) $(COMPILERS) cpp$(exeext) $(EXTRA_PASSES)
+GCC_PASSES=xgcc$(exeext) cc1$(exeext) cpp$(exeext) $(EXTRA_PASSES)
# List of things which should already be built whenever we try to use xgcc
# to link anything.