enable Host/Install on compile: if package.mk is included
authorFelix Fietkau <nbd@openwrt.org>
Thu, 12 Mar 2009 14:00:26 +0000 (14:00 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 12 Mar 2009 14:00:26 +0000 (14:00 +0000)
SVN-Revision: 14852

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