diff options
Diffstat (limited to 'nls/pt_BR/Makefile.am')
-rw-r--r-- | nls/pt_BR/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am index 197c57d..a33dbb8 100644 --- a/nls/pt_BR/Makefile.am +++ b/nls/pt_BR/Makefile.am | |||
@@ -20,6 +20,7 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.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 | ||