summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 10:05:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 10:28:47 +0200
commita96063293fe59f4a8bcb85a9b3017622a0fa7658 (patch)
tree57e44c8037903afe48e88f9dca3706aad5f2c3bf /rules/host-acl.make
parent5088c1283a382526a63a881b869ac3321d78211e (diff)
downloadptxdist-a96063293fe59f4a8bcb85a9b3017622a0fa7658.tar.gz
ptxdist-a96063293fe59f4a8bcb85a9b3017622a0fa7658.tar.xz
host-acl: fix HOST_ACL_INSTALL_OPT
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-acl.make')
-rw-r--r--rules/host-acl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-acl.make b/rules/host-acl.make
index 3c7cb8080..c84230368 100644
--- a/rules/host-acl.make
+++ b/rules/host-acl.make
@@ -20,7 +20,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl
HOST_ACL_ENV := $(HOST_ENV)
-HOST_ACL_INSTALL_OPT := \
+# don't use := here
+HOST_ACL_INSTALL_OPT = \
DIST_ROOT=$(HOST_ACL_PKGDIR) \
install \
install-lib \