1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2012-03-02 07:37:58 +00:00
parent ee98d58f1c
commit 8d07e0870f

View file

@ -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