enable Host/Install on compile: if package.mk is included
[openwrt/staging/mkresin.git] / include / host-build.mk
index 57cb3002b5fa0a2dc212e8be32cce760a1b89f57..e92c7b3e68f33ec435d63a5357a2b5044ab83b88 100644 (file)
@@ -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