summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 08:44:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 08:44:15 +0000
commitb745b792e6ed67a714bad1604968947d95f1dbf7 (patch)
treeaf7453c590f1b46e1c54ed55eadffc3890598b3c /common.mk
parent279b358d00264f5bb7034142aab51753edfe36de (diff)
* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 64befe86bc..b80d829001 100644
--- a/common.mk
+++ b/common.mk
@@ -5,7 +5,7 @@ dll: $(LIBRUBY_SO)
.SUFFIXES: .inc
RUBYLIB = -
-RUBYOPT =
+RUBYOPT = -rpurelib.rb
STATIC_RUBY = static-ruby