summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-24 04:23:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-24 04:23:56 +0000
commit95942561074481e6888a341df65c606303150f6c (patch)
tree5a558b1fb442d2fde8aaf1a57e28b1d02888f623 /win32
parent4dda89491c43ee9f52982691403a60bdbb28e414 (diff)
downloadruby-95942561074481e6888a341df65c606303150f6c.tar.gz
ruby-95942561074481e6888a341df65c606303150f6c.tar.xz
ruby-95942561074481e6888a341df65c606303150f6c.zip
* win32/Makefile.sub (MAKEDIRS): define.
* common.mk (capi): using $(MAKEDIRS), so depends on $(PREP). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 50d722b58..416921403 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -237,6 +237,7 @@ RUNRUBY = $(RUNRUBY) "$(srcdir)/tool/runruby.rb" --extout="$(EXTOUT)" $(RUNRUBYO
!ifndef RUBY
RUBY = ruby
!endif
+MAKEDIRS = @$(MINIRUBY) -run -e mkdir -- -p
!if !defined(STACK)
!if "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"