summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-20 23:06:47 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-20 23:06:47 +0900
commitecc6a717a4e6c808af96971ceb71224df6948bcf (patch)
tree535e70a30371ae5a011aee03374f1b331ad567bb /template
parent4bb62ee57285da427d73ba30e7d76f0f377c9936 (diff)
merge revision(s) 2d57447ae80e0b0895d6d22d606391b48516ba93:
Fix missing replacement in 1f91dcdab3b --- template/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 1c664a095b..5e776e3a57 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -159,7 +159,7 @@ XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@
yes_baseruby = $(HAVE_BASERUBY:no=)
no_baseruby = $(HAVE_BASERUBY:yes=)
-BOOTSTRAPRUBY = $(yes_baseruby:yes=$(BASERUBY)) $(no_baseruby:$(MINIRUBY))
+BOOTSTRAPRUBY = $(yes_baseruby:yes=$(BASERUBY)) $(no_baseruby:no=$(MINIRUBY))
BOOTSTRAPRUBY_OPT = $(yes_baseruby:yes=-r./$(arch)-fake)
COROUTINE_H = @X_COROUTINE_H@