diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 08:52:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 08:52:35 +0100 |
commit | f25b3442d6f58604117dfe73506e4d79f95c59d6 (patch) | |
tree | 00dc4be5b7e2c3fee02f0fbed7ba626ff6fbae35 /mk | |
parent | 94722f640dd0851e151211c4399bcade1c82a37c (diff) | |
parent | a5e18941597f35dde5681ab76e9b2d2b8ec07786 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 3 |
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}: |