diff options
Diffstat (limited to 'nls/ja_JP/Makefile.am')
-rw-r--r-- | nls/ja_JP/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/ja_JP/Makefile.am b/nls/ja_JP/Makefile.am index 1f050b0..de48ab7 100644 --- a/nls/ja_JP/Makefile.am +++ b/nls/ja_JP/Makefile.am | |||
@@ -18,10 +18,11 @@ uninstall-local: | |||
18 | 18 | ||
19 | Translation.m: $(MFILES) | 19 | Translation.m: $(MFILES) |
20 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 20 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
21 | rm -f Translation.m; \ | ||
21 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 22 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
22 | fi | 23 | fi |
23 | 24 | ||
24 | blackbox.cat: Translation.m | 25 | blackbox.cat: Translation.m |
25 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 26 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
26 | $(gencat_cmd) blackbox.cat Translation.m; \ | 27 | LANG=ja_JP $(gencat_cmd) blackbox.cat Translation.m; \ |
27 | fi | 28 | fi |