summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-30 12:58:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-30 12:58:25 +0100
commitd52c9e91a8ca8e797bd2c2e5d970a5c3bdfea3d6 (patch)
treeac6c7c3337dcf41aac7b3089ba1ea84c6e3e1bb7 /mk
parent35f2724f5d94be4ad3598d3f0bd697844f92df2b (diff)
parent8bca28449c26269c02c8cd33ac18cc6228e84195 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/host-bottom.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index b672df7f0..4b75a3f42 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -103,5 +103,7 @@ endif
${_HOST_COOKIE}:
exec ${MAKE} hostpackage
+ifeq ($(HOST_LINUX_ONLY),)
hostpackage: ${ALL_HOSTDIRS}
touch ${_HOST_COOKIE}
+endif