summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-23 18:33:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-23 18:33:24 +0000
commit0a81b47617fedd8f3cc561deff204fc8904643e8 (patch)
tree6fbebc7ce177935f79c49261509dbbf251e08540 /include/host-build.mk
parent3616727c87b49fe5e95c630c898daece28c0f23f (diff)
downloadmaster-31e0f0ae-0a81b47617fedd8f3cc561deff204fc8904643e8.tar.gz
master-31e0f0ae-0a81b47617fedd8f3cc561deff204fc8904643e8.tar.bz2
master-31e0f0ae-0a81b47617fedd8f3cc561deff204fc8904643e8.zip
fix calling the update target for host-only builds
SVN-Revision: 14997
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 3d1983b28f..39de66bb9f 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -128,6 +128,7 @@ ifndef DUMP
compile: host-compile
install: host-install
clean: host-clean
+ update: host-update
else
host-compile: $(HOST_STAMP_INSTALLED)
endif