summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-09 01:58:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-09 01:58:51 +0000
commita5488474c29af2cf97377f7a93d820c2beb9a3e2 (patch)
tree67bf7bf554d85618156900496943c3becf72f66d /win32
parent79b62da9b421527917bbf9eecd657f369b8175fc (diff)
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23655 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 a85ea4a139..c9d458220d 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -70,6 +70,7 @@ AUTOCONF = autoconf
IFCHANGE = $(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
+RMALL = $(COMSPEC) /C rmdir /s /q
CP = copy > nul
MV = move > nul
!if !defined(BASERUBY)