From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 28 Jan 2011 12:13:58 +0000 (+0000)
Subject: add a missing wrapper for the refresh target for host builds
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/40432d393fb7b6a69c1b2b4832e0be9296a25386

add a missing wrapper for the refresh target for host builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25193 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/include/host-build.mk b/include/host-build.mk
index dbd1c3aa4..03feefa2e 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -154,6 +154,7 @@ ifndef DUMP
     install: host-install
     clean: host-clean
     update: host-update
+    refresh: host-refresh
 
     $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED)
 		$(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep))