aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-19 16:18:32 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-19 16:18:32 +0000
commit3944c93e38df392ae42a062afc3f45d2c249b51b (patch)
treee6049a451413771051804e56b187b73e28debc8d /Makefile.in
parent[w3m-dev-en 00908] Re: autoconf: --without-migemo is a nop (diff)
downloadw3m-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.in2
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@