From 0b5fef06ee14b9053399dae108944ac3e616f32d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 23 Nov 2011 04:06:57 +0000 Subject: tools: use host build_dir instead of target build_dir SVN-Revision: 29293 --- tools/xorg-macros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xorg-macros') 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 -- cgit v1.1