summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk3
1 files changed, 2 insertions, 1 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}: