summaryrefslogtreecommitdiffstats
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
parent4982ca983c94e1ed336e7b67ce5f1b5e3981b95a (diff)
downloadmaster-31e0f0ae-0b5fef06ee14b9053399dae108944ac3e616f32d.tar.gz
master-31e0f0ae-0b5fef06ee14b9053399dae108944ac3e616f32d.tar.bz2
master-31e0f0ae-0b5fef06ee14b9053399dae108944ac3e616f32d.zip
tools: use host build_dir instead of target build_dir
SVN-Revision: 29293
-rw-r--r--tools/mm-macros/Makefile2
-rw-r--r--tools/xfce-macros/Makefile2
-rw-r--r--tools/xorg-macros/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile
index 60dcde6328..f2a0cccbf3 100644
--- a/tools/mm-macros/Makefile
+++ b/tools/mm-macros/Makefile
@@ -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
diff --git a/tools/xfce-macros/Makefile b/tools/xfce-macros/Makefile
index bd71913d22..974404714d 100644
--- a/tools/xfce-macros/Makefile
+++ b/tools/xfce-macros/Makefile
@@ -14,7 +14,7 @@ PKG_SOURCE_URL:=http://archive.xfce.org/xfce/4.8/src
PKG_SOURCE:=xfce4-dev-tools-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=9591299c49d92d00ba47974c42a735fa
-HOST_BUILD_DIR:=$(BUILD_DIR)/xfce4-dev-tools-$(PKG_VERSION)
+HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/xfce4-dev-tools-$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk
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