index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
xfce-macros
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Nicolas Thill <nico@openwrt.org>
2011-11-23 04:06:57 +0000
committer
Nicolas Thill <nico@openwrt.org>
2011-11-23 04:06:57 +0000
commit
0b5fef06ee14b9053399dae108944ac3e616f32d
(
patch
)
tree
875ca8a4a27027a9a45eec0a734da2174b1d3a0f
/
tools/xfce-macros
parent
4982ca983c94e1ed336e7b67ce5f1b5e3981b95a
(
diff
)
tools: use host build_dir instead of target build_dir
SVN-Revision: 29293
Diffstat
(limited to 'tools/xfce-macros')
-rw-r--r--
tools/xfce-macros/Makefile
2
1 files changed, 1 insertions, 1 deletions
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