diff options
Diffstat (limited to 'nls/sv_SE/Makefile.am')
-rw-r--r-- | nls/sv_SE/Makefile.am | 3 |
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 | ||
22 | Translation.m: $(MFILES) | 22 | Translation.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 | ||
27 | blackbox.cat: Translation.m | 28 | blackbox.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 |