include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:02:21 +0000 (00:02 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:19:18 +0000 (00:19 +0200)
commit7064a849ce3342428c8e120e225b6b45c58e95cd
tree20bbfdaaadc298ca5d96f868670d9a675b7275fb
parent73c87a3cad3c77d581e46ef9707d175a0651351f
include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install

Using HOST_BUILD_PREFIX instead of STAGING_DIR_HOST will make the argument
work as expected from packages.

Nothing changes for tools, for which HOST_BUILD_PREFIX and STAGING_DIR_HOST
are equivalent.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
include/host-build.mk