summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 12:13:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 12:13:58 +0000
commit40432d393fb7b6a69c1b2b4832e0be9296a25386 (patch)
treec04d3f21ee3d2a78639fc82f96e936116a131f7e /include/host-build.mk
parent3344f8e40c4ab416fc3bee4a8f6221cbd87a5da2 (diff)
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
Diffstat (limited to 'include/host-build.mk')
-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 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))