diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 00:59:39 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 00:59:39 +0100 |
commit | 07bdb454e2e24aa16064ee26c1c03cd2b0dc3950 (patch) | |
tree | aab43ecffd5d2cec4d458bf74a64885aeaa2d2b1 /source4/build | |
parent | 6704c27a780774b24bbf5170a29d634f72b1651c (diff) | |
download | samba-07bdb454e2e24aa16064ee26c1c03cd2b0dc3950.tar.gz samba-07bdb454e2e24aa16064ee26c1c03cd2b0dc3950.tar.xz samba-07bdb454e2e24aa16064ee26c1c03cd2b0dc3950.zip |
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.mk | 2 |
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) |