aboutsummaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-11-22 04:38:20 +0000
committerNicolas Thill <nico@openwrt.org>2008-11-22 04:38:20 +0000
commita2dec2b0053cd78c3614e43f27e6b1764c5ab872 (patch)
tree86abe28b69976a13d6cd8dd9145d9dcdbcdff891 /include/host-build.mk
parent7406f1dde0e55c5c5ad61ae37c0e7b16a4c4aa22 (diff)
downloadmaster-187ad058-a2dec2b0053cd78c3614e43f27e6b1764c5ab872.tar.gz
master-187ad058-a2dec2b0053cd78c3614e43f27e6b1764c5ab872.tar.bz2
master-187ad058-a2dec2b0053cd78c3614e43f27e6b1764c5ab872.zip
allow cvs/git/hg/svn wrap_mirror to work for host tools as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13313 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 8a8d6dec21..5622e98707 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2007 OpenWrt.org
+# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -82,6 +82,7 @@ define Download/default
FILE:=$(PKG_SOURCE)
URL:=$(PKG_SOURCE_URL)
PROTO:=$(PKG_SOURCE_PROTO)
+ SUBDIR:=$(PKG_SOURCE_SUBDIR)
VERSION:=$(PKG_SOURCE_VERSION)
MD5SUM:=$(PKG_MD5SUM)
endef