From: Darren Tucker Date: Fri, 1 Apr 2022 03:56:54 +0000 (+1100) Subject: Set Makefile SHELL as determined by configure. X-Git-Tag: V_9_0_P1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c7018c316af4773e432066de28d0ef9d0888cd;p=thirdparty%2Fopenssh-portable.git Set Makefile SHELL as determined by configure. This should improve compatibility for users with non-POSIX shells. If using Makefile.in directly (eg make -f Makefile.in distprep) then SHELL will need to be specified on the command line (along with MANFMT in that particular case). ok djm@ --- diff --git a/Makefile.in b/Makefile.in index a9b802b7d..7250d3f31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,4 @@ -# uncomment if you run a non bourne compatible shell. Ie. csh -#SHELL = @SH@ +SHELL=@SH@ AUTORECONF=autoreconf