summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-23 00:59:39 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-23 00:59:39 +0100
commit07bdb454e2e24aa16064ee26c1c03cd2b0dc3950 (patch)
treeaab43ecffd5d2cec4d458bf74a64885aeaa2d2b1 /source4/build
parent6704c27a780774b24bbf5170a29d634f72b1651c (diff)
downloadsamba-07bdb454e2e24aa16064ee26c1c03cd2b0dc3950.tar.gz
Use relative paths for Python modules. Seems to workaround a strange bug in
GNU make.
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/make/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/python.mk b/source4/build/make/python.mk
index 9b91090a679..e5a5b87ae5a 100644
--- a/source4/build/make/python.mk
+++ b/source4/build/make/python.mk
@@ -1,4 +1,4 @@
-pythonbuilddir = $(builddir)/bin/python
+pythonbuilddir = bin/python
installpython::
mkdir -p $(DESTDIR)$(pythondir)