Parcourir la source

avoid rebuild again

Waldemar Brodkorb il y a 11 ans
Parent
commit
a5e1894159
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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}: