summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
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
commitd288f855e3787bcb8af31db3f730e18c5218658e (patch)
treef502aed79a8f5fc1a5c370b7fe91e664418a8eb0 /include/host-build.mk
parent718645d5818011ac194d9ece6e4ae381f42564f9 (diff)
downloadmaster-31e0f0ae-d288f855e3787bcb8af31db3f730e18c5218658e.tar.gz
master-31e0f0ae-d288f855e3787bcb8af31db3f730e18c5218658e.tar.bz2
master-31e0f0ae-d288f855e3787bcb8af31db3f730e18c5218658e.zip
add a missing wrapper for the refresh target for host builds
SVN-Revision: 25193
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 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))