summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 06:47:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 06:47:13 +0000
commitc694e5e1456a240621a982c4ed48f08472a83bd7 (patch)
treecef668c8cf7931b051f9bafd902e9bc8c7fd1ae2 /configure.in
parent486212eb0be5f7b897d6208c0be2add2cda17f8a (diff)
downloadruby-c694e5e1456a240621a982c4ed48f08472a83bd7.tar.gz
ruby-c694e5e1456a240621a982c4ed48f08472a83bd7.tar.xz
ruby-c694e5e1456a240621a982c4ed48f08472a83bd7.zip
* template/fake.rb.in: extracted from Makefile.in.
* configure.in (fake.rb): prefixed with $(arch)-. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 76b825b71..ab9f1c4e4 100644
--- a/configure.in
+++ b/configure.in
@@ -1730,7 +1730,7 @@ fi
if test x"$cross_compiling" = xyes; then
test x"$MINIRUBY" = x && MINIRUBY="${RUBY-ruby} -I`pwd` -rfake"
- PREP=fake.rb
+ PREP='$(arch)-fake.rb'
RUNRUBY='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
else
MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib'