1
0
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:
Stefan Metzmacher
2008-03-18 16:53:21 +01:00
parent 5757d8dfe9
commit b5eeaf9b27

View File

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