aboutsummaryrefslogtreecommitdiff
path: root/nls/tr_TR/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/tr_TR/Makefile.am')
-rw-r--r--nls/tr_TR/Makefile.am3
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
26Translation.m: $(MFILES) 26Translation.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
31blackbox.cat: Translation.m 32blackbox.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