From 3cef99564b87d7bde34a585914b53095ab48808b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Jun 2013 00:52:33 +0000 Subject: Makefile.sub: timestamp * win32/Makefile.sub (CONFIG_H): touch timestamp target file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index f25ba24b1f..9926206708 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -486,7 +486,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !if !exist("$(arch_hdrdir)/ruby") @md $(arch_hdrdir:/=\)\ruby !endif - @$(IFCHANGE) $(RUBY_CONFIG_H:/=\) << + @$(IFCHANGE) "--timestamp=$(@:/=\)" $(RUBY_CONFIG_H:/=\) << #ifndef $(guard) #define $(guard) 1 #if _MSC_VER != $(MSC_VER) -- cgit v1.2.3