summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-29 04:29:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-29 04:29:11 +0000
commit5f3aa541229cbfaa170ca5bc349a731b3b4ba847 (patch)
tree566aae36cbdd5ce427ac5662185b9cfc52c67ffd /include/host-build.mk
parent8ba85e3dc1750cfe513a724c9f68875725f93934 (diff)
fixes for refresh/update handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9063 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e0a2ec149..8a8d6dec2 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))