aboutsummaryrefslogtreecommitdiff
path: root/nls/C/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nls/C/Makefile.am')
-rw-r--r--nls/C/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index 37ffdd6..a1b1ddc 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -25,6 +25,6 @@ uninstall-local:
25 25
26fluxbox.cat: Translation.m 26fluxbox.cat: Translation.m
27 @if test x$(NLSTEST) = "x-DNLS"; then \ 27 @if test x$(NLSTEST) = "x-DNLS"; then \
28 $(gencat_cmd) fluxbox.cat Translation.m; \ 28 $(gencat_cmd) fluxbox.cat $(srcdir)/Translation.m; \
29 fi 29 fi
30 30