From 669c9f14f0b6d09c8c50898bbfb9d76c619091c9 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Jun 2009 01:58:51 +0000 Subject: * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a85ea4a13..c9d458220 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) -- cgit