summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2005-10-20 12:01:15 +0000
committerEric Botcazou <ebotcazou@adacore.com>2005-10-20 12:01:15 +0000
commitaf18e12c9f078dd8c04941dbea0f5bde5c60a825 (patch)
tree10e0c398f0dfb8d3d4672bc6112edf730ae20ec5 /Makefile.in
parent0cdcb2345ad3e34fddcc8079d1c8d619a686ad06 (diff)
downloadcygnal-af18e12c9f078dd8c04941dbea0f5bde5c60a825.tar.gz
cygnal-af18e12c9f078dd8c04941dbea0f5bde5c60a825.tar.bz2
cygnal-af18e12c9f078dd8c04941dbea0f5bde5c60a825.zip
PR bootstrap/18939
* Makefile.def (gcc) <target>: Fix thinko. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0de1a3c7a..22333c05c 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; \