diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-19 16:18:32 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-19 16:18:32 +0000 |
commit | 3944c93e38df392ae42a062afc3f45d2c249b51b (patch) | |
tree | e6049a451413771051804e56b187b73e28debc8d /Makefile.in | |
parent | [w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop (diff) | |
download | w3m-3944c93e38df392ae42a062afc3f45d2c249b51b.tar.gz w3m-3944c93e38df392ae42a062afc3f45d2c249b51b.zip |
[w3m-dev-en 00910] Re: autoconf: env MAKE not respected
* Makefile.in (SET_MAKE): added
(SHELL): added
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 019d805..4b005d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,6 +2,8 @@ # Makefile # @configure_input@ # +@SET_MAKE@ +SHELL=@SHELL@ package=w3m prefix = @prefix@ exec_prefix = @exec_prefix@ |