Browse Source

avoid rebuild again

Waldemar Brodkorb 11 years ago
parent
commit
a5e1894159
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mk/host-bottom.mk

+ 2 - 1
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}: