diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-18 16:53:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-03-18 16:53:21 +0100 |
commit | 7d336254cedea6c7afd70bae287050f9ee61c506 (patch) | |
tree | 34ed83b6674479d3bd858748b441c81418044eb3 /source4 | |
parent | 1268be9f88a1716c9b01b10fef0de5428ef65b3c (diff) | |
download | samba-7d336254cedea6c7afd70bae287050f9ee61c506.tar.gz samba-7d336254cedea6c7afd70bae287050f9ee61c506.tar.bz2 samba-7d336254cedea6c7afd70bae287050f9ee61c506.zip |
ldb: not every shell supports '==' so use '='
metze
(This used to be commit b5eeaf9b27e0116e57825b664642d2b5cfd895f0)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/rules.mk b/source4/lib/ldb/rules.mk index 534ba016ab..ff5dc02742 100644 --- a/source4/lib/ldb/rules.mk +++ b/source4/lib/ldb/rules.mk @@ -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 |