Use relative paths for Python modules. Seems to workaround a strange bug in
authorJelmer Vernooij <jelmer@samba.org>
Mon, 22 Dec 2008 23:59:39 +0000 (00:59 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 22 Dec 2008 23:59:39 +0000 (00:59 +0100)
GNU make.

source4/build/make/python.mk

index 9b91090a679c543fe4d69d3b5957aa66c356c7e2..e5a5b87ae5a73095e7a239e6cf4093a566df0a43 100644 (file)
@@ -1,4 +1,4 @@
-pythonbuilddir = $(builddir)/bin/python
+pythonbuilddir = bin/python
 
 installpython::
        mkdir -p $(DESTDIR)$(pythondir)