enable Host/Install on compile: if package.mk is included
[openwrt.git] / include / host-build.mk
index 57cb300..e92c7b3 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
 
This page took 0.021472 seconds and 4 git commands to generate.