X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e6c9aacc5937d1f4a0686ae660d7c6f48f998218..e11397b6d48db209cba391601df610dcff15760f:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index 6324276a7..75792579e 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -80,7 +80,7 @@ define Host/Compile endef define Host/Install/Default - $(MAKE) -C $(HOST_BUILD_DIR) install + $(_SINGLE)$(MAKE) -C $(HOST_BUILD_DIR) install endef define Host/Install