From: Felix Fietkau Date: Wed, 8 Feb 2017 14:49:49 +0000 (+0100) Subject: build: support make tools//install again X-Git-Tag: v18.06.0-rc1~3738 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=849ced84f69d40a1b1632ab9cc19cb5890942a59 build: support make tools//install again Signed-off-by: Felix Fietkau --- diff --git a/include/host-build.mk b/include/host-build.mk index d96cc94fa3..41ec036afa 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -182,6 +182,7 @@ ifndef DUMP $(_host_target)host-prepare: $(HOST_STAMP_PREPARED) $(_host_target)host-configure: $(HOST_STAMP_CONFIGURED) $(_host_target)host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED) + host-install: host-compile host-clean-build: FORCE rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT)