From dbdec9c0bb46a2aee3602c1985cc640fb2d03b77 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 23 Nov 2011 04:06:57 +0000 Subject: tools: use host build_dir instead of target build_dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29293 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/mm-macros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mm-macros') diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile index 60dcde632..f2a0cccbf 100644 --- a/tools/mm-macros/Makefile +++ b/tools/mm-macros/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_URL:=http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9 PKG_SOURCE:=mm-common-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=8cdc5620bd864d1a17e353398e8ec1ab -HOST_BUILD_DIR:=$(BUILD_DIR)/mm-common-$(PKG_VERSION) +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mm-common-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk -- cgit v1.2.3