diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-26 02:35:30 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-26 02:35:30 +0000 |
| commit | 1b76a3332a2bf3360397878c19178233cc9ce433 (patch) | |
| tree | 1c4293d59af9ea74600b5007d98855aecf71cdc2 /ext/extmk.rb | |
| parent | af7208af6c6903f8fc70a08c44fd17796d2ceaa8 (diff) | |
| download | ruby-1b76a3332a2bf3360397878c19178233cc9ce433.tar.gz ruby-1b76a3332a2bf3360397878c19178233cc9ce433.tar.xz ruby-1b76a3332a2bf3360397878c19178233cc9ce433.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/branches/ruby_1_8@5553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
| -rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index 4e7af05ba..0c42b7960 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -184,7 +184,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 = {} |
