X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9dd62009270ca154e79ce4ae0b135c7feec7253d..c1ae60e7df285725b5ba0b8050c58ec8bc664408:/include/package.mk?ds=sidebyside diff --git a/include/package.mk b/include/package.mk index 13dece4c0..e33814e77 100644 --- a/include/package.mk +++ b/include/package.mk @@ -77,7 +77,7 @@ define Build/DefaultTargets $(foreach hook,$(Hooks/Prepare/Post),$(call $(hook))$(sep)) touch $$@ - $(STAMP_CONFIGURED): $(STAMP_PREPARED) + $(STAMP_CONFIGURED): $(STAMP_PREPARED) $(HOST_STAMP_INSTALLED) $(foreach hook,$(Hooks/Configure/Pre),$(call $(hook))$(sep)) $(Build/Configure) $(foreach hook,$(Hooks/Configure/Post),$(call $(hook))$(sep))