diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-04-26 17:04:47 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-04-26 17:04:47 +0000 |
commit | b91e6ce4531bdf2ad51ab07d7a543df7782d572f (patch) | |
tree | cc2b865dcab9045438ab58499d22b3375c7fa68e /Makefile.in | |
parent | [w3m-dev 04073] Re: run configure in another directory (diff) | |
download | w3m-b91e6ce4531bdf2ad51ab07d7a543df7782d572f.tar.gz w3m-b91e6ce4531bdf2ad51ab07d7a543df7782d572f.zip |
[w3m-dev 04068] install-sh problem
[w3m-dev 04069] install-sh problem 2
* Makefile.in (MAKE_ARGS): delete INSTALL
* install-sh: replace with X Consortium install-sh (from automake)
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.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 bf099d7..6f29477 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ W3M_LIBS = @W3M_LIBS@ WCTARGET = @WCTARGET@ NLSTARGET = @NLSTARGET@ -MAKE_ARGS = PERL='$(PERL)' MKDIR='$(MKDIR)' INSTALL='$(INSTALL)' \ +MAKE_ARGS = PERL='$(PERL)' MKDIR='$(MKDIR)' \ BIN_DIR='$(bindir)' AUXBIN_DIR='$(AUXBIN_DIR)' \ CGIBIN_DIR='$(CGIBIN_DIR)' \ HELP_DIR='$(HELP_DIR)' MAN_DIR='$(mandir)' ETC_DIR='$(ETC_DIR)' \ |