[前][次][番号順一覧][スレッド一覧]

ruby-changes:3185

From: ko1@a...
Date: 25 Dec 2007 16:18:55 +0900
Subject: [ruby-changes:3185] nobu - Ruby:r14678 (trunk): * common.mk (realclean-enc): fixed typo.

nobu	2007-12-25 16:18:44 +0900 (Tue, 25 Dec 2007)

  New Revision: 14678

  Modified files:
    trunk/common.mk

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

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=14678&r2=14677

Index: common.mk
===================================================================
--- common.mk	(revision 14677)
+++ common.mk	(revision 14678)
@@ -327,7 +327,7 @@
 	@$(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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]