diff options
author | das <das> | 2008-08-13 23:07:27 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:07:27 (GMT) |
commit | 9275a5bc8db6801fe07226b36baa4370158a3bcb (patch) | |
tree | aa4af0b09c34e61f9029959df3223df2bca38ae4 /unix/Makefile.in | |
parent | b239b96cfda8b81609049fa935a22c8a12c69ce0 (diff) | |
download | tcl-9275a5bc8db6801fe07226b36baa4370158a3bcb.zip tcl-9275a5bc8db6801fe07226b36baa4370158a3bcb.tar.gz tcl-9275a5bc8db6801fe07226b36baa4370158a3bcb.tar.bz2 |
* unix/Makefile.in: ensure Makefile shell is /bin/bash for
* unix/configure.in (SunOS): DTrace-enabled build on Solaris.
(followup to 2008-06-12) [Bug 2016584]
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 23b6116..b7cabd4 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.121.2.27 2008/06/12 20:09:18 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.121.2.28 2008/08/13 23:07:27 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -175,7 +175,7 @@ NO_DEPRECATED_FLAGS = # Some versions of make, like SGI's, use the following variable to # determine which shell to use for executing commands: -SHELL = /bin/sh +SHELL = @MAKEFILE_SHELL@ # Tcl used to let the configure script choose which program to use # for installing, but there are just too many different versions of |