diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-03-21 14:03:41 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-03-21 14:03:41 +0000 |
commit | 680774783a575578be9c201ad0aa915fc17b447f (patch) | |
tree | baf53f8fd912c7e2b9524f7abfdb45b279983704 /Makefile.in | |
parent | [w3m-dev 04041] spell-miss in configure (diff) | |
download | w3m-680774783a575578be9c201ad0aa915fc17b447f.tar.gz w3m-680774783a575578be9c201ad0aa915fc17b447f.zip |
* Makefile.in (install-po): fix for broken sh.
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'Makefile.in')
-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 |