aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-01-28 12:13:58 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-01-28 12:13:58 +0000
commit46006bf68144fe21cad18409f69e967a5f9d3fe2 (patch)
treec04d3f21ee3d2a78639fc82f96e936116a131f7e /include
parentbbcfba7a14c46707436bf6b94fca9ea02d8d21a2 (diff)
downloadupstream-46006bf68144fe21cad18409f69e967a5f9d3fe2.tar.gz
upstream-46006bf68144fe21cad18409f69e967a5f9d3fe2.tar.bz2
upstream-46006bf68144fe21cad18409f69e967a5f9d3fe2.zip
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')
-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 dbd1c3aa45..03feefa2ed 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))