diff --git a/include/host-build.mk b/include/host-build.mk
index 126671a0b3d3ce8718c19b022efaf64602ce647a..ad821f72c41a23e6e35704e07a51ee7818e76cfb 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -174,6 +174,7 @@ ifndef DUMP
 		$(call Host/Install)
 		$(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep))
 		mkdir -p $$(shell dirname $$@)
+		touch $(HOST_STAMP_BUILT)
 		touch $$@
 
   ifndef STAMP_BUILT