summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-10-20 12:01:15 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2005-10-20 12:01:15 +0000
commit959929bebfe726bd93b0516eacfd40ecdef27a2c (patch)
treebdb887eb466d7cc8f3027940e68de4e0be0f4acc /Makefile.in
parentceb4d472fb21bbd7d12bdf36c15cf3f014b01343 (diff)
downloadgdb-959929bebfe726bd93b0516eacfd40ecdef27a2c.tar.gz
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 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; \