py-defs.mk: Fix installation with predefined PY_INSTALL_DIR

Predefined PY_INSTALL_DIR was ignored prior to this commit, which shuffles the
py-defs.mk variables around considerably. Still some temporary variables
unnecessarily defined with ?=, but some testing would be good prior to further
changes.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-11 08:31:11 +00:00
commit ab5fc0c334
2 changed files with 60 additions and 30 deletions

View file

@ -7,6 +7,9 @@ JW_BUILD_DEF_MK_INCLUDED = true
MAKEFLAGS += -r
empty :=
space := $(empty) $(empty)
include $(MODDIR)/make/projects.mk
ifeq ($(MAKE_BENCHMARK),true)