summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-02 22:52:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-02 22:52:25 +0000
commit45992b4b252b015702581589c584a61831346416 (patch)
treefa01a14e2386c8d241e2449989176b84e623e845 /ext/extmk.rb
parentcefa9413d24ce1c253516d0a6901c9aaed11f45f (diff)
* ext/purelib.rb: no longer used since the default load path of
miniruby is empty. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rwxr-xr-x[-rw-r--r--]ext/extmk.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index ab48634c1a..c5c61c4736 100644..100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -351,7 +351,6 @@ $ruby << " -I'$(topdir)'"
unless CROSS_COMPILING
$ruby << " -I'$(top_srcdir)/lib'"
$ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout
- $ruby << " -I./- -I'$(top_srcdir)/ext' -rpurelib.rb"
ENV["RUBYLIB"] = "-"
ENV["RUBYOPT"] = "-r#{File.expand_path('ext/purelib.rb', $top_srcdir)}"
end