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 | 145e4236cbfacffa8cb30923a634e83204a33cf0 (patch) | |
tree | 3a163f192d5d97afbeeeae12e355f53c350750c1 /Makefile.in | |
parent | fea36152000850385f85a2645c53c3cb5d5beec0 (diff) | |
download | binutils-redhat-145e4236cbfacffa8cb30923a634e83204a33cf0.tar.gz |
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 0de1a3c7a2..22333c05cf 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; \ |