include/host-build.mk: fix ACLOCAL_INCLUDE
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 6 Oct 2016 01:07:05 +0000 (03:07 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 6 Oct 2016 01:07:05 +0000 (03:07 +0200)
commit69ae4b5e66322bfd10adbba08d819ecfa3889108
tree895e0afb1614b0642769ce7e899c2804f086d878
parent7d7858f6f1b95f1f11e02bb0e6e386f4fa93bcf5
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