summaryrefslogtreecommitdiffstats
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
commita0fcd60b7dba218fdb79fb8cf07160ae05e84995 (patch)
tree5d6843c518629e533dcfed83b277fce0332b1abd /Makefile.in
parentc1cf1b3ce63a2bcd3f2c4c275bab144dd0e4b6ec (diff)
downloadruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.tar.gz
ruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.tar.xz
ruby-a0fcd60b7dba218fdb79fb8cf07160ae05e84995.zip
* common.mk (clean-extout): removes extout directory.
git-svn-id: http://svn.ruby-lang.org/repos/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 7873f69ba..674fdeff4 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 \