summaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-26 02:35:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-26 02:35:30 +0000
commita980f22d24cb403eb53b2ae1f882e4009c1f70a5 (patch)
treeeb5f4793c093877cb3109aeca073305a997558d5 /ext/extmk.rb
parent3162efc3b0c759c14b36b5bdada343437eec33af (diff)
downloadruby-a980f22d24cb403eb53b2ae1f882e4009c1f70a5.tar.gz
ruby-a980f22d24cb403eb53b2ae1f882e4009c1f70a5.tar.xz
ruby-a980f22d24cb403eb53b2ae1f882e4009c1f70a5.zip
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.
(ruby-bugs:PR#1256) * ext/win32ole/win32ole.c (set_argv): set real arguments to WIN32OLE::ARGV. [ruby-list:39073] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rw-r--r--ext/extmk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index dd9fec456..408f02d72 100644
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -186,7 +186,7 @@ end
$ruby << " -I$(topdir) -I$(hdrdir)/lib"
$config_h = '$(topdir)/config.h'
-MTIMES = [__FILE__, srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)}
+MTIMES = [__FILE__, 'rbconfig.rb', srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)}
# get static-link modules
$static_ext = {}