projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a96e8
)
(GCC_PASSES): Revert previous change; use cc1$(exeext).
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 25 Mar 1997 17:18:27 +0000
(12:18 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 25 Mar 1997 17:18:27 +0000
(12:18 -0500)
From-SVN: r13786
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index f518c21c23c75f986ccc7fb6ec2d2ca51a8bdc41..39f51534cda4363b5c911c1d10c0117e9512c1fd 100644
(file)
--- 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.