mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
build: we don't rely on bash yet:-) '==' should be just '='
metze
(This used to be commit 17997dd9bc
)
This commit is contained in:
@ -21,7 +21,7 @@ swig:: pythonmods
|
||||
.SUFFIXES: _wrap.c .i
|
||||
|
||||
.i_wrap.c:
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
[ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -I$(srcdir)/scripting/swig -python -keyword $<
|
||||
|
||||
realdistclean::
|
||||
@echo "Removing SWIG output files"
|
||||
|
Reference in New Issue
Block a user