From 252c2229f844ba2f09de1efa4e7fae4e3fb92fbd Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 12 Mar 2009 14:00:26 +0000
Subject: [PATCH] enable Host/Install on compile: if package.mk is included

SVN-Revision: 14852
---
 include/host-build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/host-build.mk b/include/host-build.mk
index 57cb3002b5..e92c7b3e68 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -135,7 +135,7 @@ ifndef DUMP
   endef
 
   prepare: host-prepare
-  compile: host-compile
+  compile: host-compile $(if $(STAMP_BUILT),host-install)
   install: host-install
   clean: host-clean
 
-- 
GitLab