summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 07:13:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 07:13:04 +0000
commit31eb29fe975bdf1d1e7ed5f3eb991430b381bc06 (patch)
tree3e0d1e7a7ea5c597126f426f20909a6a06cd34a1 /win32/Makefile.sub
parent70581477da30ee63c790dee451172c0ae340f667 (diff)
* win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.
[Bug #6103] [ruby-core:43012] * win32/README.win32: added a notice about command extension of cmd.exe. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 e62ee047d8..87a4206da5 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -289,7 +289,7 @@ DEFAULT_PRELUDES = $(NO_GEM_PRELUDE)
DEFAULT_PRELUDES = $(YES_GEM_PRELUDE)
!endif
-MAKEDIRS = $(BASERUBY) -run -e mkdir -- -p
+MAKEDIRS = mkdir
!if !defined(STACK)
!if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"