From b1fd732b4fa3335978c9460ceaa80c828ecee641 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 3 Dec 2003 02:36:48 +0000 Subject: * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb. * lib/mkmf.rb (configuration): DLDFLAGS was duplicated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index 5f99c85ea9..fe777a4ceb 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.mtime(__FILE__)] +MTIMES = [__FILE__, srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)} # get static-link modules $static_ext = {} -- cgit v1.2.3