From 131db366a3785a72b6e742f1842d29c1ad200601 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Jan 2017 17:56:13 +0100 Subject: build: remove separate /install step for host builds Reduces the number of recursive make invocations Signed-off-by: Felix Fietkau --- include/host-build.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index c38f8cfeb7..23565533ba 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -177,8 +177,7 @@ ifndef DUMP .host-prepare: $(HOST_STAMP_PREPARED) .host-configure: $(HOST_STAMP_CONFIGURED) - .host-compile: $(HOST_STAMP_BUILT) $(if $(STAMP_BUILT),$(HOST_STAMP_INSTALLED)) - .host-install: $(HOST_STAMP_INSTALLED) + .host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED) host-clean: FORCE $(call Host/Clean) $(call Host/Uninstall) -- cgit v1.2.3