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://xorg.freedesktop.org/releases/individual/util/
PKG_SOURCE:=util-macros-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=22d5cdff672450cb6902e0d68c200dcb
HOST_BUILD_DIR:=$(BUILD_DIR)/util-macros-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/util-macros-$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk