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:
@ -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/*
|
||||
|
Reference in New Issue
Block a user