summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 2c6e8c4afd..adcde7424a 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