From 03261ab3a08f1cb21b96186e8a037a2c4ba9a7ff Mon Sep 17 00:00:00 2001
From: Ralph Hempel <ralph.hempel@lantiq.com>
Date: Tue, 18 Mar 2008 20:44:12 +0000
Subject: [PATCH] put the dtc to the other host tools (thanks to Thomas)

SVN-Revision: 10616
---
 tools/dtc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dtc/Makefile b/tools/dtc/Makefile
index fab6d50416..b41484aae3 100644
--- a/tools/dtc/Makefile
+++ b/tools/dtc/Makefile
@@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=http://www.jdl.com/software
 PKG_MD5SUM:=6c84b01f500bc989b0b1ad6138fb93d5
 PKG_CAT:=zcat
-PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)
+PKG_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME)
 
 include $(INCLUDE_DIR)/host-build.mk