From bae348586b3fd9e727054754ab03db44e9084db8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 25 Mar 1997 12:18:27 -0500 Subject: (GCC_PASSES): Revert previous change; use cc1$(exeext). From-SVN: r13786 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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. -- cgit v1.1