Use the ruby interpreter which configure found rather than just assuming it's

called "ruby".


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9335 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-23 22:39:39 +00:00
commit b18f84692d

View file

@ -5,9 +5,9 @@
LANGUAGE = ruby
ifneq (,$(USE_VALGRIND))
RUBY = valgrind --leak-check=full ruby
RUBY = valgrind --leak-check=full @RUBY@
else
RUBY = ruby
RUBY = @RUBY@
endif
SCRIPTSUFFIX = _runme.rb
srcdir = @srcdir@