diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 01:40:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 01:40:32 +0200 |
commit | d04926914ad0d9ecd7dee3e156198d6baf788598 (patch) | |
tree | e626b5c49eee6850cad83f5ad269d6ed05b4c8f7 /source4/scripting | |
parent | 91baa45dfd3cc56e3b97876d1ec4d6a4b48fbaab (diff) | |
download | samba-d04926914ad0d9ecd7dee3e156198d6baf788598.tar.gz samba-d04926914ad0d9ecd7dee3e156198d6baf788598.tar.bz2 samba-d04926914ad0d9ecd7dee3e156198d6baf788598.zip |
Fix the build.
(This used to be commit ecaa5bb83b5cf319718d15aff96152d70fa19f7f)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/config.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/scripting/python/config.mk b/source4/scripting/python/config.mk index 2f010644b1..59f628fe18 100644 --- a/source4/scripting/python/config.mk +++ b/source4/scripting/python/config.mk @@ -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/* |