diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-03-18 20:44:12 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-03-18 20:44:12 +0000 |
commit | 03261ab3a08f1cb21b96186e8a037a2c4ba9a7ff (patch) | |
tree | 3482e16165d43e4976ff1a01b3dc14bf9977a053 /tools/dtc/Makefile | |
parent | 0e158467a4a56cef517429787d132a8a1d6e4f2d (diff) | |
download | upstream-03261ab3a08f1cb21b96186e8a037a2c4ba9a7ff.tar.gz upstream-03261ab3a08f1cb21b96186e8a037a2c4ba9a7ff.tar.bz2 upstream-03261ab3a08f1cb21b96186e8a037a2c4ba9a7ff.zip |
put the dtc to the other host tools (thanks to Thomas)
SVN-Revision: 10616
Diffstat (limited to 'tools/dtc/Makefile')
-rw-r--r-- | tools/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |