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 | 46006bf68144fe21cad18409f69e967a5f9d3fe2 (patch) | |
tree | c04d3f21ee3d2a78639fc82f96e936116a131f7e /include/host-build.mk | |
parent | bbcfba7a14c46707436bf6b94fca9ea02d8d21a2 (diff) | |
download | upstream-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/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)) |