1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

enable Host/Install on compile: if package.mk is included

SVN-Revision: 14852
This commit is contained in:
Felix Fietkau 2009-03-12 14:00:26 +00:00
parent 76683dc7b2
commit 252c2229f8

@ -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