From 849ced84f69d40a1b1632ab9cc19cb5890942a59 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Feb 2017 15:49:49 +0100 Subject: [PATCH] build: support make tools//install again Signed-off-by: Felix Fietkau --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) 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)