diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-10-20 12:01:15 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-10-20 12:01:15 +0000 |
commit | 45d5eb0a1b62989c8a01e80883d4c800897d4472 (patch) | |
tree | 6991fe17fdafa434daacdc5591de46a7630a24d4 /Makefile.in | |
parent | 4f4b689b074eb19485e6cd303c537bc7243448a4 (diff) | |
download | gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.zip gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.tar.gz gdb-45d5eb0a1b62989c8a01e80883d4c800897d4472.tar.bz2 |
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko.
* Makefile.in: Regenerate.
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 0de1a3c..22333c0 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; \ |