From ce34147cf4de2212b77d11d83a8e4cbd9df52683 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 20 Jul 2009 02:13:00 +0000 Subject: * configure.in, Makefile.in (TEST_RUNNABLE): tests are not runnable if cross-compiling. * common.mk (btest*, test*): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9da6eb80d0..e096f7e5db 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@ -- cgit v1.2.3