summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-12 14:00:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-12 14:00:26 +0000
commit252c2229f844ba2f09de1efa4e7fae4e3fb92fbd (patch)
treeb35206eb16628d64cd6e832e96488fbc38c28ac2 /include/host-build.mk
parent76683dc7b2ebd692024e1aee5a1d5f7db62c981d (diff)
downloadmaster-31e0f0ae-252c2229f844ba2f09de1efa4e7fae4e3fb92fbd.tar.gz
master-31e0f0ae-252c2229f844ba2f09de1efa4e7fae4e3fb92fbd.tar.bz2
master-31e0f0ae-252c2229f844ba2f09de1efa4e7fae4e3fb92fbd.zip
enable Host/Install on compile: if package.mk is included
SVN-Revision: 14852
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk2
1 files changed, 1 insertions, 1 deletions
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