aboutsummaryrefslogtreecommitdiffstats
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
commiteafe10bcdb0f318a6dae7110edfd7703994528bb (patch)
tree1402b87482654dae7c59773ab5e044b7f1639a34 /include/host-build.mk
parent3be17f26d55c2a98a1a831bee578d044789eca48 (diff)
downloadmaster-187ad058-eafe10bcdb0f318a6dae7110edfd7703994528bb.tar.gz
master-187ad058-eafe10bcdb0f318a6dae7110edfd7703994528bb.tar.bz2
master-187ad058-eafe10bcdb0f318a6dae7110edfd7703994528bb.zip
enable Host/Install on compile: if package.mk is included
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14852 3c298f89-4303-0410-b956-a3cf2f4a3e73
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