summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-02 07:37:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-02 07:37:58 +0000
commit8d07e0870f575e970d922c76423f8f8d4e988aa8 (patch)
treeb2d05d2dc88cfe0ea99aa22b3b7f8baaf05a5adc /common.mk
parentee98d58f1c7d650706229e75f7a85b181a34a707 (diff)
* common.mk (clean-ext, distclean-ext, realclean-ext): remove exts.mk too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 1452733ece..a350525a55 100644
--- a/common.mk
+++ b/common.mk
@@ -460,6 +460,9 @@ realclean-golf: distclean-golf
realclean-capi: PHONY
realclean-extout: distclean-extout
+clean-ext distclean-ext realclean-ext::
+ @$(RM) $(EXTS_MK)
+
clean-enc distclean-enc realclean-enc: PHONY
check: main test test-all