summaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-05 14:34:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-05 14:34:37 +0000
commit43669757b89de69f960aa5dbc85e61af6946333f (patch)
tree16c6164b2834b22b58eb286d245542e5f10122c8 /ext/extmk.rb
parent5cd86d4f44205ceb3c9672420d7a98f748f181ae (diff)
downloadruby-43669757b89de69f960aa5dbc85e61af6946333f.tar.gz
ruby-43669757b89de69f960aa5dbc85e61af6946333f.tar.xz
ruby-43669757b89de69f960aa5dbc85e61af6946333f.zip
* lib/mkmf.rb ($config_h): now always defines for old libraries.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rw-r--r--ext/extmk.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index ac497bbf2..be3ad8d24 100644
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -343,7 +343,6 @@ unless CROSS_COMPILING
ENV["RUBYLIB"] = "-"
ENV["RUBYOPT"] = "-r#{File.expand_path('ext/purelib.rb', $top_srcdir)}"
end
-$config_h = '$(arch_hdrdir)/ruby/config.h'
$mflags << "ruby=#$ruby"
MTIMES = [__FILE__, 'rbconfig.rb', srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)}