diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-20 11:54:41 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-20 11:54:41 +0000 |
commit | bde482178444de3bbc8712d7f93ed21e496c0c69 (patch) | |
tree | 7f0de8e7485cc5212f937cf5466efd2a99c962a1 /Makefile.in | |
parent | ab784d0b858991f4898623d127972b8736881286 (diff) | |
download | gcc-bde482178444de3bbc8712d7f93ed21e496c0c69.tar.gz |
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0de1a3c7a23..22333c05cf9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11248,7 +11248,7 @@ configure-stagefeedback-gcc: .PHONY: all-gcc maybe-all-gcc maybe-all-gcc: @if gcc -TARGET-gcc=`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi` +TARGET-gcc=`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi` maybe-all-gcc: all-gcc all-gcc: configure-gcc @test -f stage_last && exit 0; \ |