diff options
Diffstat (limited to 'nls/tr_TR/Makefile.am')
-rw-r--r-- | nls/tr_TR/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am index d6e34cb..f3a6278 100644 --- a/nls/tr_TR/Makefile.am +++ b/nls/tr_TR/Makefile.am | |||
@@ -25,10 +25,11 @@ uninstall-local: | |||
25 | 25 | ||
26 | Translation.m: $(MFILES) | 26 | Translation.m: $(MFILES) |
27 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 27 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
28 | rm -f Translation.m; \ | ||
28 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 29 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
29 | fi | 30 | fi |
30 | 31 | ||
31 | blackbox.cat: Translation.m | 32 | blackbox.cat: Translation.m |
32 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 33 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
33 | $(gencat_cmd) blackbox.cat Translation.m; \ | 34 | LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \ |
34 | fi | 35 | fi |