diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 2 |
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 |