diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-08 08:29:24 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-08 08:29:24 +0000 |
commit | 3e73d7e4b7c45f44df3b7fc5c1728e5f02936e14 (patch) | |
tree | 8b79d9630cb15e29cf58857d3578f2ccdd21d1bf /lib | |
parent | ef2845a5111390b50f797e846b1a379e9a432e82 (diff) | |
download | ruby-3e73d7e4b7c45f44df3b7fc5c1728e5f02936e14.tar.gz ruby-3e73d7e4b7c45f44df3b7fc5c1728e5f02936e14.tar.xz ruby-3e73d7e4b7c45f44df3b7fc5c1728e5f02936e14.zip |
* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mkmf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 0d51ad125..4ef54fd4f 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -1312,7 +1312,7 @@ arch_hdrdir = #{$arch_hdrdir} VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])} } if $extmk - mk << "RUBYLIB = -\nRUBYOPT = -rpurelib.rb\n" + mk << "RUBYLIB = -\nRUBYOPT =\n" end if destdir = CONFIG["prefix"][$dest_prefix_pattern, 1] mk << "\nDESTDIR = #{destdir}\n" |