summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-28 20:04:58 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-28 20:04:58 +0100
commit2ba62662f8e2578153be3125eb557b9349ccfd3b (patch)
tree829349576e6fa8431573abed7676b2cd61b98485 /source4/scripting
parentfc6bc92e116d3891671a77bc4564047eefd69f95 (diff)
downloadsamba-2ba62662f8e2578153be3125eb557b9349ccfd3b.tar.gz
samba-2ba62662f8e2578153be3125eb557b9349ccfd3b.tar.bz2
samba-2ba62662f8e2578153be3125eb557b9349ccfd3b.zip
Remove sDefault as static variable.
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index b15e1fcda7..0d47c8c542 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -25,7 +25,7 @@ swig:: pythonmods
realdistclean::
@echo "Removing SWIG output files"
- @-rm -f bin/python/*
+ @-rm -rf bin/python/*
# FIXME: Remove _wrap.c files
pythonmods:: $(PYTHON_DSOS) $(PYTHON_PYS)