(GCC_PASSES): Revert previous change; use cc1$(exeext).
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 25 Mar 1997 17:18:27 +0000 (12:18 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 25 Mar 1997 17:18:27 +0000 (12:18 -0500)
From-SVN: r13786

gcc/Makefile.in

index f518c21c23c75f986ccc7fb6ec2d2ca51a8bdc41..39f51534cda4363b5c911c1d10c0117e9512c1fd 100644 (file)
@@ -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.