aboutsummaryrefslogtreecommitdiff
path: root/nls/pt_BR/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/pt_BR/Makefile.am')
-rw-r--r--nls/pt_BR/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am
index 197c57d..d22ede3 100644
--- a/nls/pt_BR/Makefile.am
+++ b/nls/pt_BR/Makefile.am
@@ -20,10 +20,11 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
26blackbox.cat: Translation.m 27blackbox.cat: Translation.m
27 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
28 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=pt_BR $(gencat_cmd) blackbox.cat Translation.m; \
29 fi 30 fi