* Makefile.in (install-po): fix for broken sh.

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2004-03-21 14:03:41 +00:00
parent 045b9eeab4
commit 680774783a
2 changed files with 7 additions and 2 deletions

View File

@@ -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