aboutsummaryrefslogtreecommitdiff
path: root/nls/da_DK/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/da_DK/Makefile.am')
-rw-r--r--nls/da_DK/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am
index 9ded281..d5eb792 100644
--- a/nls/da_DK/Makefile.am
+++ b/nls/da_DK/Makefile.am
@@ -29,7 +29,7 @@ install-data-local: $(CATFILES)
29translations: $(GENERATED_MFILES) 29translations: $(GENERATED_MFILES)
30 30
31generated-%.m: Translation.m 31generated-%.m: Translation.m
32 iconv -f $(SRC_CODESET) -t $* Translation.m | sed s/$(SRC_CODESET)/$*/ > $@ 32 iconv -f $(SRC_CODESET) -t $* $(srcdir)/Translation.m | sed s/$(SRC_CODESET)/$*/ > $@
33 33
34uninstall-local: 34uninstall-local:
35 @if test x$(NLSTEST) = "x-DNLS"; then \ 35 @if test x$(NLSTEST) = "x-DNLS"; then \