aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commitc36c0d46211a8830e065b4e3fd224bb4bcec7421 (patch)
tree142675a76127cfd6f86fd37747b1d6ab54014cdd /include
parentdda0e6d98857040274707cc8e4e1a0fbd5db8d6d (diff)
downloadmaster-187ad058-c36c0d46211a8830e065b4e3fd224bb4bcec7421.tar.gz
master-187ad058-c36c0d46211a8830e065b4e3fd224bb4bcec7421.tar.bz2
master-187ad058-c36c0d46211a8830e065b4e3fd224bb4bcec7421.zip
fix calling the update target for host-only builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14997 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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