From: nbd Date: Thu, 12 Mar 2009 14:00:26 +0000 (+0000) Subject: enable Host/Install on compile: if package.mk is included X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3f60e535377f213c9e718eeeda40386e6f16b052;p=openwrt.git 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 --- 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