aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-09 06:52:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-09 06:52:03 +0000
commit2572dfbffce6305234887c086c4bdaa620212f94 (patch)
treef83cebe9cf99ed2ca6e08e6abcb2e69efff8760f /common.mk
parent83e6b94571240b26f790dc893d882418e9a8a722 (diff)
downloadruby-2572dfbffce6305234887c086c4bdaa620212f94.tar.gz
common.mk: use $(IFCHANGE) for mswin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index fcf22e5dee..a93d470cd1 100644
--- a/common.mk
+++ b/common.mk
@@ -629,7 +629,7 @@ $(RBCONFIG): $(srcdir)/tool/mkconfig.rb config.status $(srcdir)/version.h
-arch=$(arch) -version=$(RUBY_PROGRAM_VERSION) \
-install_name=$(RUBY_INSTALL_NAME) \
-so_name=$(RUBY_SO_NAME) | \
- $(srcdir)/tool/ifchange --timestamp=$@ rbconfig.rb -
+ $(IFCHANGE) --timestamp=$@ rbconfig.rb -
test-rubyspec-precheck:
@@ -1020,7 +1020,7 @@ update-bundled_gems: PHONY
-e 'break "#{s.name} #{s.version}" if s.platform=="ruby"&&s.name==$$F[0]' \
-e '}' \
"$(srcdir)/gems/bundled_gems" | \
- "$(srcdir)/tool/ifchange" "$(srcdir)/gems/bundled_gems" -
+ "$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" -
### set the following environment variable or uncomment the line if
### the Unicode data files should be updated completely on every update ('make up',...).