w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit b2dbdb641aee3fec7584d0f89f0fe02ba097869a
parent 6294447b8f4e1c8f0d610468a2b445e8d4d292eb
Author: ukai <ukai>
Date:   Sun, 21 Mar 2004 14:03:41 +0000

* Makefile.in (install-po): fix for broken sh.
From: Fumitoshi UKAI  <ukai@debian.or.jp>

Diffstat:
MChangeLog | 5+++++
MMakefile.in | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-21 Fumitoshi UKAI <ukai@debian.or.jp> + + * Makefile.in (install-po): fix for broken sh. + reported in [w3m-dev 04043] Re: w3m 0.5 + 2004-03-13 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 04041] spell-miss in configure diff --git 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