mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
ldb: not every shell supports '==' so use '='
metze
This commit is contained in:
@ -7,7 +7,7 @@ ctags:
|
||||
.SUFFIXES: _wrap.c .i
|
||||
|
||||
.i_wrap.c:
|
||||
[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $<
|
||||
[ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword $<
|
||||
|
||||
.SUFFIXES: .1 .1.xml .3 .3.xml .xml .html .c .o
|
||||
|
||||
|
Reference in New Issue
Block a user