X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fhost-build.mk;h=72b32597d4d230df7fe9e42ebd505de131c733ac;hp=688f8d8442ebb927e6e760205417681843011cab;hb=cb718eb34bc392bac8d91047d5bebf839fa6a2f5;hpb=4ada2fd2768cba671c3289ce9eb8f5c9c728da1f diff --git a/include/host-build.mk b/include/host-build.mk index 688f8d8442..72b32597d4 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -172,6 +172,7 @@ ifndef DUMP $(foreach hook,$(Hooks/HostCompile/Post),$(call $(hook))$(sep)) touch $$@ + $(call Host/Exports,$(HOST_STAMP_INSTALLED)) $(HOST_STAMP_INSTALLED): $(HOST_STAMP_BUILT) $(if $(FORCE_HOST_INSTALL),FORCE) $(call Host/Install,$(HOST_BUILD_PREFIX)) $(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep))