summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-11 07:19:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-11 07:19:28 +0000
commit7554dd13468b105faec11f5d8ffef4499381c59d (patch)
treeb0024ff2934773ace47d21e9950cbbcd58e25e23 /win32
parent2db98d937aa31ae832896e55b3293eea2c9204f3 (diff)
* Makefile.in, */Makefile.sub (CP, MV): added.
* common.mk (.y.c): not discard the old target until successfully created. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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