X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhost-build.mk;fp=include%2Fhost-build.mk;h=ffb68468f9972a379cee39503d27433ddf2dc02a;hb=fe1e3622a271386ea0413c97d9884e9935e17f11;hp=41ec036afaff833c983883f42c2551ea97db971f;hpb=202ae4cc6a910dec2441c45dfdf5814ac4d82518;p=openwrt%2Fopenwrt.git diff --git a/include/host-build.mk b/include/host-build.mk index 41ec036afa..ffb68468f9 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -108,7 +108,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