summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:32:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:32:12 +0000
commitbdfe8eab49040a2221083fac223ee7302724b750 (patch)
tree0af7d70aa64df3de9963d11146f4d6a9b8c75e64 /common.mk
parent2c012e01db6c80abb336ec27207b9f978b1f2da7 (diff)
* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16376 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 2d684ac76c..2a76c7bfa2 100644
--- a/common.mk
+++ b/common.mk
@@ -5,7 +5,7 @@ dll: $(LIBRUBY_SO)
.SUFFIXES: .inc
RUBYLIB = -
-RUBYOPT = -rpurelib.rb
+RUBYOPT = -
STATIC_RUBY = static-ruby