1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

Fix typos, avoid DEPEND_LIST from growing with empty elements.

(This used to be commit b30fd477ff)
This commit is contained in:
Jelmer Vernooij
2008-02-29 14:32:37 +01:00
parent 1ada710840
commit 21208d3303
3 changed files with 3 additions and 11 deletions

View File

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