summaryrefslogtreecommitdiff
path: root/tools/xorg-macros
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-11-23 04:06:57 +0000
committerNicolas Thill <nico@openwrt.org>2011-11-23 04:06:57 +0000
commit0b5fef06ee14b9053399dae108944ac3e616f32d (patch)
tree875ca8a4a27027a9a45eec0a734da2174b1d3a0f /tools/xorg-macros
parent4982ca983c94e1ed336e7b67ce5f1b5e3981b95a (diff)
downloadmtk-20170518-0b5fef06ee14b9053399dae108944ac3e616f32d.zip
mtk-20170518-0b5fef06ee14b9053399dae108944ac3e616f32d.tar.gz
mtk-20170518-0b5fef06ee14b9053399dae108944ac3e616f32d.tar.bz2
tools: use host build_dir instead of target build_dir
SVN-Revision: 29293
Diffstat (limited to 'tools/xorg-macros')
-rw-r--r--tools/xorg-macros/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xorg-macros/Makefile b/tools/xorg-macros/Makefile
index b6cb377..54df402 100644
--- a/tools/xorg-macros/Makefile
+++ b/tools/xorg-macros/Makefile
@@ -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