summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:18:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:18:44 +0000
commit9b0bba0e37483df6a4efe04e0681da189e6784fa (patch)
tree704bc8401416045aaaf6fc5d927852824e713a96 /common.mk
parent84d6f71195f3974778ab9bba2de4ef1a07b19185 (diff)
* common.mk (realclean-enc): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 55ab8feb90..f16d48208b 100644
--- a/common.mk
+++ b/common.mk
@@ -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