summaryrefslogtreecommitdiff
path: root/template/Makefile.in
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-09-29 12:38:21 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-09-29 13:57:54 +0200
commita27dc83113afa9831dcdf919138666b09a73ccf6 (patch)
tree95f9ac866095d8d5823cfae56a7621e4c248cf71 /template/Makefile.in
parent4096e4b08c46dddb8edc9dabf70e737946ac6df8 (diff)
Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for miniruby
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2503
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 117c1cd5c4..4c817b170c 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -536,7 +536,7 @@ cont.$(OBJEXT): $(COROUTINE_H)
TEST_BUNDLED_GEMS_ALLOW_FAILURES =
test-bundled-gems-run:
- $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb
+ $(Q) $(XRUBY) $(srcdir)/tool/test-bundled-gems.rb $(XRUBY)
update-src::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)