* common.mk (realclean-enc): fixed typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-12-25 07:18:44 +00:00
parent 84d6f71195
commit 9b0bba0e37

View File

@ -327,7 +327,7 @@ realclean-local:: distclean-local
@$(RM) parse.c lex.c
realclean-ext::
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) realclean
distclean-enc:: distclean-enc
realclean-enc:: distclean-enc
check: test test-all