From: Jelmer Vernooij Date: Mon, 22 Dec 2008 23:59:39 +0000 (+0100) Subject: Use relative paths for Python modules. Seems to workaround a strange bug in X-Git-Tag: samba-4.0.0alpha6~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bdb454e2e24aa16064ee26c1c03cd2b0dc3950;p=thirdparty%2Fsamba.git Use relative paths for Python modules. Seems to workaround a strange bug in GNU make. --- 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)