aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xorg-macros/Makefile
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
commitb22b30b77453f166b91d0a3e68f2d0230e5e81dc (patch)
treecbbe804b61d8f9dd9cb7b34ba50ec564c80ce0dd /tools/xorg-macros/Makefile
parent3e358d18e26bf154b18412c8d09313da2604ae8b (diff)
downloadupstream-b22b30b77453f166b91d0a3e68f2d0230e5e81dc.tar.gz
upstream-b22b30b77453f166b91d0a3e68f2d0230e5e81dc.tar.bz2
upstream-b22b30b77453f166b91d0a3e68f2d0230e5e81dc.zip
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
Diffstat (limited to 'tools/xorg-macros/Makefile')
-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 b6cb37736e..54df4028e9 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