summaryrefslogtreecommitdiff
path: root/source4/scripting/python/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-29 14:32:37 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-29 14:32:37 +0100
commit21208d3303ec13056f706ee74132822a7dd2f36a (patch)
tree7897f2f83e31593fb3c5560713cd6fc205a6a442 /source4/scripting/python/config.mk
parent1ada7108408f567f61cfbf2b625730ba898452db (diff)
downloadsamba-21208d3303ec13056f706ee74132822a7dd2f36a.tar.gz
samba-21208d3303ec13056f706ee74132822a7dd2f36a.tar.bz2
samba-21208d3303ec13056f706ee74132822a7dd2f36a.zip
Fix typos, avoid DEPEND_LIST from growing with empty elements.
(This used to be commit b30fd477ff0d97bb4de3c5301a6cdc47867451ee)
Diffstat (limited to 'source4/scripting/python/config.mk')
-rw-r--r--source4/scripting/python/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk
index b68abdba5e..a16d737344 100644
--- a/source4/scripting/python/config.mk
+++ b/source4/scripting/python/config.mk
@@ -25,7 +25,6 @@ swig:: pythonmods
realdistclean::
@echo "Removing SWIG output files"
- @-rm -rf bin/python/*
# FIXME: Remove _wrap.c files
pythonmods:: $(PYTHON_DSOS) $(PYTHON_PYS)
@@ -47,4 +46,4 @@ installpython:: pythonmods
clean::
@echo "Removing python modules"
- @rm -f bin/python/*
+ @rm -rf bin/python/*