summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:17:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:17:31 +0000
commit4bbd9307d2d7ec37f3c514d680f175f26595b518 (patch)
tree858e9aeb5e9f75e4d48ccf2cdb27924ab20a43af /win32
parent8c9eb0572c43b80e3b5c42ec4b02ff145ecc167c (diff)
downloadruby-4bbd9307d2d7ec37f3c514d680f175f26595b518.tar.gz
ruby-4bbd9307d2d7ec37f3c514d680f175f26595b518.tar.xz
ruby-4bbd9307d2d7ec37f3c514d680f175f26595b518.zip
* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 2c6e8c4af..adcde7424 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -65,7 +65,7 @@ PURIFY =
AUTOCONF = autoconf
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
CP = copy > nul
-MV = ren > nul
+MV = move > nul
!if !defined(BASERUBY)
BASERUBY = ruby
!endif