From: Felix Fietkau Date: Mon, 23 Mar 2009 18:33:24 +0000 (+0000) Subject: fix calling the update target for host-only builds X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0a81b47617fedd8f3cc561deff204fc8904643e8;p=openwrt%2Fstaging%2Fyousong.git fix calling the update target for host-only builds SVN-Revision: 14997 --- 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