diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-28 12:13:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-28 12:13:58 +0000 |
commit | d288f855e3787bcb8af31db3f730e18c5218658e (patch) | |
tree | f502aed79a8f5fc1a5c370b7fe91e664418a8eb0 /include/host-build.mk | |
parent | 718645d5818011ac194d9ece6e4ae381f42564f9 (diff) | |
download | upstream-d288f855e3787bcb8af31db3f730e18c5218658e.tar.gz upstream-d288f855e3787bcb8af31db3f730e18c5218658e.tar.bz2 upstream-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.mk | 1 |
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)) |