diff options
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 |