1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nico
2011-11-23 04:06:57 +00:00
parent bdfc7e8894
commit dbdec9c0bb
3 changed files with 3 additions and 3 deletions

View File

@@ -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