summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 02:23:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 02:23:47 +0000
commit0834056aec212978049db29a78718c18e5550f30 (patch)
tree5d6843c518629e533dcfed83b277fce0332b1abd /Makefile.in
parent97de7d1081e69ad9d63c03b0f6a700954f8e4402 (diff)
* common.mk (clean-extout): removes extout directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 7873f69ba6..674fdeff44 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -229,10 +229,6 @@ distclean-local::
distclean-rdoc:
@$(RMALL) $(RDOCOUT:/=\)
-distclean:
- @-rmdir $(EXTOUT)/$(arch)
- @-rmdir $(EXTOUT)
-
clean-ext distclean-ext realclean-ext::
@set dummy ${EXTS}; shift; \
if test "$$#" = 0; then \