On Wed, 2010-07-14 at 17:27 +0000, Greg Chicares wrote: > If you have defined a $SHELL variable in the environment, 'make' > will use that instead of '/bin/sh'.
No it won't. Per POSIX, values of SHELL in the environment are ignored by make. You must specifically set SHELL in the makefile to set it. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
