mirror of
https://github.com/znc/znc.git
synced 2026-06-27 13:31:32 +02:00
Set $SHELL in Makefiles
$SHELL controls which shell is used for executing the commands in a Makefile. Since modules/Makefile does not work with ksh, we need to find a "proper" shell. Luckily, configure already did that job and announces its findings via @SHELL@. This should make our Makefile work on Solaris. Thanks to LeftWing aka Joshua M. Clulow. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2064 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SHELL := @SHELL@
|
||||
|
||||
# Support out-of-tree builds
|
||||
srcdir := @srcdir@
|
||||
VPATH := @srcdir@
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
SHELL := @SHELL@
|
||||
|
||||
# Support out-of-tree builds
|
||||
VPATH := @srcdir@
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
SHELL := @SHELL@
|
||||
|
||||
# Support out-of-tree builds
|
||||
srcdir := @srcdir@
|
||||
VPATH := @srcdir@
|
||||
|
||||
Reference in New Issue
Block a user