[SCM] Samba Shared Repository - branch v4-0-test updated -
release-4-0-0alpha2-1286-g17997dd
Stefan Metzmacher
metze at samba.org
Thu Mar 13 14:57:13 GMT 2008
The branch, v4-0-test has been updated
via 17997dd9bcd385fcf27646d832ad824cc2a0800a (commit)
from f1c2207b3d9411eac27cb85891f62e9d05bf5118 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test
- Log -----------------------------------------------------------------
commit 17997dd9bcd385fcf27646d832ad824cc2a0800a
Author: Stefan Metzmacher <metze at samba.org>
Date: Thu Mar 13 15:55:56 2008 +0100
build: we don't rely on bash yet:-) '==' should be just '='
metze
-----------------------------------------------------------------------
Summary of changes:
source/scripting/python/config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/scripting/python/config.mk b/source/scripting/python/config.mk
index a16d737..09c7781 100644
--- a/source/scripting/python/config.mk
+++ b/source/scripting/python/config.mk
@@ -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"
--
Samba Shared Repository
More information about the samba-cvs
mailing list