summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-20 02:13:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-20 02:13:00 +0000
commit2cafc2926fa745dcac33cc3a2af94df4db74c1c5 (patch)
tree4f4aa8517faf83ce673555faa15b74d6332eff59 /Makefile.in
parent5f84a40b6c39e1aa02de21a1a9e64dc8e166ea52 (diff)
downloadruby-2cafc2926fa745dcac33cc3a2af94df4db74c1c5.tar.gz
ruby-2cafc2926fa745dcac33cc3a2af94df4db74c1c5.tar.xz
ruby-2cafc2926fa745dcac33cc3a2af94df4db74c1c5.zip
* configure.in, Makefile.in (TEST_RUNNABLE): tests are not
runnable if cross-compiling. * common.mk (btest*, test*): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9da6eb80d..e096f7e5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,6 +17,7 @@ AUTOCONF = autoconf
@SET_MAKE@
MKFILES = @MAKEFILES@
BASERUBY = @BASERUBY@
+TEST_RUNNABLE = @TEST_RUNNABLE@
prefix = @prefix@
exec_prefix = @exec_prefix@