summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-29 04:29:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-29 04:29:11 +0000
commite2f7a60283565763d4120356b2daa9544bf77d3b (patch)
treebce6402b2aeb9542fbb85488f2da9e7a4b57ed1c /include/host-build.mk
parentd1933f97616f741723c7dbe0efb32bd9100c7886 (diff)
downloadmaster-31e0f0ae-e2f7a60283565763d4120356b2daa9544bf77d3b.tar.gz
master-31e0f0ae-e2f7a60283565763d4120356b2daa9544bf77d3b.tar.bz2
master-31e0f0ae-e2f7a60283565763d4120356b2daa9544bf77d3b.zip
fixes for refresh/update handling
SVN-Revision: 9063
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index e0a2ec1493..8a8d6dec21 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -87,6 +87,7 @@ define Download/default
endef
define HostBuild
+ $(if $(QUILT),$(Build/Quilt))
$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))
$(if $(DUMP),,$(call HostBuild/Autoclean))