diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-23 18:33:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-23 18:33:24 +0000 |
commit | 0a81b47617fedd8f3cc561deff204fc8904643e8 (patch) | |
tree | 6fbebc7ce177935f79c49261509dbbf251e08540 /include | |
parent | 3616727c87b49fe5e95c630c898daece28c0f23f (diff) | |
download | upstream-0a81b47617fedd8f3cc561deff204fc8904643e8.tar.gz upstream-0a81b47617fedd8f3cc561deff204fc8904643e8.tar.bz2 upstream-0a81b47617fedd8f3cc561deff204fc8904643e8.zip |
fix calling the update target for host-only builds
SVN-Revision: 14997
Diffstat (limited to 'include')
-rw-r--r-- | include/host-build.mk | 1 |
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 |