From 7d7858f6f1b95f1f11e02bb0e6e386f4fa93bcf5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 6 Oct 2016 03:07:04 +0200 Subject: include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install Makes it more consistent with package builds. Based-on-patch-by: Felix Fietkau Signed-off-by: Matthias Schiffer --- include/host-build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/host-build.mk b/include/host-build.mk index a494ceddf3..0b10c7cdf9 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -111,7 +111,7 @@ define Host/Install/Default endef define Host/Install - $(call Host/Install/Default) + $(call Host/Install/Default,$(HOST_BUILD_PREFIX)) endef @@ -173,7 +173,7 @@ ifndef DUMP touch $$@ $(HOST_STAMP_INSTALLED): $(HOST_STAMP_BUILT) $(if $(FORCE_HOST_INSTALL),FORCE) - $(call Host/Install) + $(call Host/Install,$(HOST_BUILD_PREFIX)) $(foreach hook,$(Hooks/HostInstall/Post),$(call $(hook))$(sep)) mkdir -p $$(shell dirname $$@) touch $(HOST_STAMP_BUILT) -- cgit v1.2.3