summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-05 07:02:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-05 07:02:39 +0000
commit86689e037f26cfba91c54a89ccf352ab870c2cbe (patch)
tree1394572b365e573e0b7b929275eb53bdbe070565 /win32
parent17368c69f480ec2b488dcf1459f6aae6f044d34e (diff)
common.mk: empty by distclean
* common.mk (clean-runnable): remove files made by mkrunnable. * common.mk (clean-extout): remove archir too. * common.mk (clean-ext): remove timestamp directory git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 9cc12e3778..0911fd0c87 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1029,9 +1029,6 @@ distclean-ext realclean-ext::
-$(Q)rmdir ext
clean-extout:
-!if exist($(EXTOUT)/.)
- -$(Q)$(RMDIRS) $(EXTOUT)
-!endif
clean-enc distclean-enc realclean-enc:
!if exist($(ENC_MK))