enable Host/Install on compile: if package.mk is included
SVN-Revision: 14852
This commit is contained in:
parent
76683dc7b2
commit
252c2229f8
@ -135,7 +135,7 @@ ifndef DUMP
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
prepare: host-prepare
|
prepare: host-prepare
|
||||||
compile: host-compile
|
compile: host-compile $(if $(STAMP_BUILT),host-install)
|
||||||
install: host-install
|
install: host-install
|
||||||
clean: host-clean
|
clean: host-clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user