From 4bbd9307d2d7ec37f3c514d680f175f26595b518 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Jan 2008 00:17:31 +0000 Subject: * {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 --- bcc32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 317ad2092..94e5478af 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -72,7 +72,7 @@ PURIFY = AUTOCONF = autoconf RM = $(srcdir:/=\)\win32\rm.bat CP = copy > nul -MV = ren > nul +MV = move > nul !if !defined(PROCESSOR_ARCHITECTURE) PROCESSOR_ARCHITECTURE = x86 -- cgit