summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-23 06:41:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-23 06:41:22 +0000
commite633201bad09dfc9bd34c0dd5aa7fdb9fcb80178 (patch)
tree67ab16e42050bfcabecbbfa8be63132bbf2038c8 /Makefile.in
parent6cedeef9dc39fdbde93367c57adbb69a6630b5db (diff)
downloadruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.tar.gz
ruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.tar.xz
ruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.zip
* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,
setup.mak}: add --with-baseruby configure option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11559 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 7acd0e05d..1a3373161 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,6 +12,7 @@ PURIFY =
AUTOCONF = autoconf
@SET_MAKE@
MKFILES = @MAKEFILES@
+BASERUBY = @BASERUBY@
prefix = @prefix@
exec_prefix = @exec_prefix@