diff --git a/include/host-build.mk b/include/host-build.mk index b5f1a6bfa79..cb4d45e9c1e 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -110,7 +110,7 @@ define Host/Compile endef define Host/Install/Default - $(_SINGLE)$(MAKE) -C $(HOST_BUILD_DIR) install + $(call Host/Compile/Default,install) endef define Host/Install