diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-23 04:06:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-23 04:06:57 +0000 |
commit | dbdec9c0bb46a2aee3602c1985cc640fb2d03b77 (patch) | |
tree | cbbe804b61d8f9dd9cb7b34ba50ec564c80ce0dd /tools/xfce-macros | |
parent | bdfc7e8894fd283a26dc38f1d54e3f87aff2cc54 (diff) |
tools: use host build_dir instead of target build_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29293 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bd71913d2..974404714 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 |