summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 50dcc09aea..276dc4e84c 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -50,6 +50,8 @@ AR = lib -nologo
PURIFY =
AUTOCONF = autoconf
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
+CP = copy > nul
+MV = ren > nul
!if !defined(BASERUBY)
BASERUBY = ruby
!endif