aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d659a2..8cf69dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -227,7 +227,7 @@ install-helpfile:
done
install-po:
- for subdir in $(NLSTARGET); \
+ NLSTARGET="$(NLSTARGET)"; for subdir in $$NLSTARGET; \
do \
(cd $$subdir && $(MAKE) install); \
done