From: nbd 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.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=bded6e9b33e96b45ac96edbbbafe6788f1846e02 fix calling the update target for host-only builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14997 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/host-build.mk b/include/host-build.mk index 3d1983b28..39de66bb9 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