summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-26 17:08:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-26 17:08:34 +0000
commit6cd8f907cf4ab2ea84a90cbb338fd7bd3704a360 (patch)
treeda08302f9068537363d55ef1b2c39d8cc1bcd3ae /Makefile.in
parent6e6a28183ac0732fa2b31d54bb69222c5d152573 (diff)
* Makefile.in (enc/unicode/name2ctype.kwd):
remove rules to generate name2ctype.kwd from UnicodeData.txt and Scripts.txt. if you want to generate, use tool/enc-unicode.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 131a0044d6..fba1040008 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -207,8 +207,6 @@ lex.c: defs/keywords
$(CP) $? $(srcdir)/defs/lex.c.src && \
$(CP) $@ $(srcdir)/lex.c.blt; \
fi
-$(srcdir)/enc/unicode/name2ctype.kwd: enc/unicode/UnicodeData.txt enc/unicode/Scripts.txt
- $(BASERUBY) $(srcdir)/tool/enc-unicode.rb $? > $@
NAME2CTYPE_OPTIONS = -7 -c -j1 -i1 -t -C -P -T -H uniname2ctype_hash -Q uniname2ctype_pool -N uniname2ctype_p