summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-31 09:01:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-31 09:01:56 +0100
commite85afc45db93d7c66b63dd1e64189fad71d62080 (patch)
tree012f58f7a6a9c78ae5a511a04adba32798ba53d5 /mk
parent7c2dd6bb405b72023f6043ff7b0cca9347e449d2 (diff)
parentf25b3442d6f58604117dfe73506e4d79f95c59d6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/host-bottom.mk3
-rw-r--r--mk/python.mk2
2 files changed, 3 insertions, 2 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 83eb22b0e..ecab37775 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -79,7 +79,8 @@ endif
exec ${MAKE} host-extract $(MAKE_TRACE)
mkdir -p ${HOST_WRKINST}
# avoid rebuild
- touch ${_HOST_BUILD_COOKIE} ${_HOST_CONFIGURE_COOKIE}
+ touch ${_HOST_CONFIGURE_COOKIE}
+ touch ${_HOST_BUILD_COOKIE}
touch $@
${_HOST_COOKIE}:
diff --git a/mk/python.mk b/mk/python.mk
index 933bd0065..1ef92e664 100644
--- a/mk/python.mk
+++ b/mk/python.mk
@@ -1,7 +1,7 @@
PYTHON_VERSION=2.7
ifeq ($(ADK_NATIVE),)
PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib
-PYTHON:=${STAGING_HOST_DIR}/usr/bin/hostpython
+PYTHON:=${STAGING_HOST_DIR}/usr/bin/python
else
PYTHON_LIBDIR:=/usr/lib
PYTHON:=/usr/bin/python