include/host-build.mk: fix ACLOCAL_INCLUDE
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:13:33 +0000 (00:13 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 5 Oct 2016 22:19:18 +0000 (00:19 +0200)
commit4ada2fd2768cba671c3289ce9eb8f5c9c728da1f
tree162f10b2ccd542f3435335417a6ff5ae519e5312
parent7064a849ce3342428c8e120e225b6b45c58e95cd
include/host-build.mk: fix ACLOCAL_INCLUDE

It seems the intention was to add both $(STAGING_DIR_HOST)/... and
$(STAGING_DIR)/host/... instead of passing $(STAGING_DIR_HOST) twice. This
makes the definition match HOST_CPPFLAGS and HOST_LDFLAGS.

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