diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-30 12:58:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-30 12:58:25 +0100 |
commit | d52c9e91a8ca8e797bd2c2e5d970a5c3bdfea3d6 (patch) | |
tree | ac6c7c3337dcf41aac7b3089ba1ea84c6e3e1bb7 /mk | |
parent | 35f2724f5d94be4ad3598d3f0bd697844f92df2b (diff) | |
parent | 8bca28449c26269c02c8cd33ac18cc6228e84195 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 2 |
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 |