diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 01:00:38 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 01:00:38 +0000 |
| commit | c9b713d44cca69de61752288ead65b14d8ef5846 (patch) | |
| tree | 9e12460fd81f9b04073371554eb075efd533de8d /common.mk | |
| parent | b51b7dff6ced2e6f32eedefe4eae4950efa829b7 (diff) | |
* common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the
shared library. [Bug #849]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ btest: miniruby$(EXEEXT) PHONY $(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(MINIRUBY)" $(OPTS) btest-ruby: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY - @$(MINIRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM) -I$(srcdir)/lib" -q + @$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM) -I$(srcdir)/lib" -q test-sample: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY @$(MINIRUBY) $(srcdir)/rubytest.rb |
