blob: 660c5797870d23ec739238e3deeabce5f4477ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-cw,v 1.2 2008/04/07 16:24:51 hira Exp $
--- i18npool/source/collator/makefile.mk.orig 2007-11-07 00:50:57.000000000 +0900
+++ i18npool/source/collator/makefile.mk 2008-04-07 18:28:18.000000000 +0900
@@ -46,7 +46,24 @@
# --- Files --------------------------------------------------------
-tempvar:=$(shell @cd data && ls *.txt)
+tempvar= \
+ dz_charset.txt \
+ hu_charset.txt \
+ ja_charset.txt \
+ ja_phonetic_alphanumeric_first.txt \
+ ja_phonetic_alphanumeric_last.txt \
+ ko_charset.txt \
+ ku_alphanumeric.txt \
+ ln_charset.txt \
+ ne_charset.txt \
+ zh_TW_charset.txt \
+ zh_TW_radical.txt \
+ zh_TW_stroke.txt \
+ zh_charset.txt \
+ zh_pinyin.txt \
+ zh_radical.txt \
+ zh_stroke.txt \
+ zh_zhuyin.txt
LOCAL_RULE_LANGS:=$(uniq $(foreach,i,$(tempvar) $(i:s/-/_/:s/_/ /:1)))
rules_dependencies:=$(foreach,i,$(tempvar) data$/$i)
|