1
0
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:
Stefan Metzmacher
2008-03-13 15:55:56 +01:00
parent 9f6355baa7
commit 9c7c6c7049

View File

@ -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"