X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fhost-build.mk;h=75792579eb04f8cfcff430e0b30ea7dd580da107;hp=6324276a70453fa065e82c43f179e25d3686b689;hb=2739bec41e1e9da55dc868e8b466182061883039;hpb=e62f7aa8d59c579a6bc8943be042dad8ba3a7207 diff --git a/include/host-build.mk b/include/host-build.mk index 6324276a70..75792579eb 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