1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

Fix the build.

(This used to be commit ecaa5bb83b)
This commit is contained in:
Jelmer Vernooij
2008-04-15 01:40:32 +02:00
parent 91baa45dfd
commit d04926914a
6 changed files with 9 additions and 14 deletions

View File

@ -22,18 +22,8 @@ python_misc_OBJ_FILES = scripting/python/misc_wrap.o
PYDOCTOR_MODULES=bin/python/ldb.py bin/python/auth.py bin/python/credentials.py bin/python/registry.py bin/python/tdb.py bin/python/security.py bin/python/events.py bin/python/net.py
pythonmods:: $(PYTHON_PYS) $(PYTHON_MODS)
bin/python/%.py:
mkdir -p $(@D)
cp $< $@
installpython:: pythonmods
@$(SHELL) $(srcdir)/script/installpython.sh \
$(INSTALLPERMS) \
$(DESTDIR)$(PYTHONDIR) \
scripting/python bin/python
clean::
@echo "Removing python modules"
@rm -rf bin/python/*