summaryrefslogtreecommitdiff
path: root/configs/autoconf.in
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-07-08 07:49:31 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-07-12 10:25:40 -0700
commit4f5d97ee9eae6f2adf27e2297f955b601483d61b (patch)
tree7794a1ab302ea6f09d0c9e898ae03d75910d4516 /configs/autoconf.in
parent9eee7f260f4474f9eea7384b94619b3f7fee017b (diff)
Call minstall with $(SHELL) so the user controls the interpreter
Running minstall directly means that /bin/sh is always used as hte interpreter. If the user needs or wants to use a different shell fo minstall, they can use the SHELL make variable.
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r--configs/autoconf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index d22c2c5183..8ed1c93d11 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -31,7 +31,6 @@ SHELL = @SHELL@
MKLIB_OPTIONS = @MKLIB_OPTIONS@
MKDEP = @MKDEP@
MKDEP_OPTIONS = @MKDEP_OPTIONS@
-INSTALL = $(TOP)/bin/minstall
# Python and flags (generally only needed by the developers)
PYTHON2 = python