1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:39:48 +03:00

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
This commit is contained in:
nbd 2009-03-12 14:00:26 +00:00
parent 78fcc87c77
commit 3f60e53537

View 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