diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-16 19:39:02 +0000 | 
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-16 19:39:02 +0000 | 
| commit | 1446644b6f00ad965a76881a9df84407e3016c93 (patch) | |
| tree | 4df170018c0c2906a44c7dfaf4fa6ba0d13cfa90 | |
| parent | 8276572f426faca05a193ea63b4d68c0b5194396 (diff) | |
Notes
| -rwxr-xr-x | tools/tools/locale/tools/cldr2def.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/locale/tools/cldr2def.pl b/tools/tools/locale/tools/cldr2def.pl index 3f61bb1274020..da940362d5a7e 100755 --- a/tools/tools/locale/tools/cldr2def.pl +++ b/tools/tools/locale/tools/cldr2def.pl @@ -820,6 +820,7 @@ sub make_makefile {  		$SRCOUT3 = "" .  			".for f t in \${LOCALES_MAPPED}\n" .  			"FILES+=\t\$t.LC_COLLATE\n" . +			"FILESDIR_\$t.LC_COLLATE=\t\${LOCALEDIR}/\$t\n" .  			"\$t.LC_COLLATE: \${.CURDIR}/\$f.src\n" .  			"\tlocaledef -D -U -i \${.ALLSRC} \\\n" .  			"\t\t-f \${MAPLOC}/map.\${.TARGET:T:R:E} \\\n" .  | 
