aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-03 05:48:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-03 05:48:05 +0000
commitb5dc2576cc60930099cd942ffa1de2c2d759471b (patch)
treecad92be5fdb7ebbf51274b2b0bd8b012c67e230f /ext/extmk.rb
parent2fc40194d2ddc05a481c0eddc8fe9a1c95e23196 (diff)
downloadruby-b5dc2576cc60930099cd942ffa1de2c2d759471b.tar.gz
* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.
* spec/default.mspec: ditto. * template/Doxyfile.tmpl: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rwxr-xr-xext/extmk.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index c5c61c4736..916c3a0f02 100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -352,7 +352,6 @@ unless CROSS_COMPILING
$ruby << " -I'$(top_srcdir)/lib'"
$ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
ENV["RUBYLIB"] = "-"
- ENV["RUBYOPT"] = "-r#{File.expand_path('ext/purelib.rb', $top_srcdir)}"
end
$mflags << "ruby=#$ruby"