summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-26 02:56:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-26 02:56:41 +0000
commit8508e37b515804bb6774e79ab774ef7cc696c9cf (patch)
tree8538f84bc8919ba72960e9a6a516d44fb4d28721 /common.mk
parent6f957923472fe57ff1dc29644f9b874d87ad191b (diff)
* common.mk (clear-installed-list): put redirection before set
command, since it seems to be handled by nmake in special way. [ruby-dev:41711] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 255761f151..4fdcae3fc7 100644
--- a/common.mk
+++ b/common.mk
@@ -368,7 +368,7 @@ CLEAR_INSTALLED_LIST = clear-installed-list
install-prereq: $(CLEAR_INSTALLED_LIST) PHONY
clear-installed-list: PHONY
- @set MAKE="$(MAKE)" > $(INSTALLED_LIST)
+ @> $(INSTALLED_LIST) set MAKE="$(MAKE)"
clean: clean-ext clean-local clean-enc clean-golf clean-rdoc clean-extout
clean-local:: PHONY