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