summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.make
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2010-11-15 12:37:29 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-11-25 12:42:19 +0100
commit91a164b6b8f2b5b9ce16829b29320909077c5a66 (patch)
treedd58420176c2ac4832cba827d8a895f221cb3d5c /rules/host-squashfs-tools.make
parent1a23d09f49a2e040672f79e02f4b9741a8cca99b (diff)
downloadptxdist-91a164b6b8f2b5b9ce16829b29320909077c5a66.tar.gz
ptxdist-91a164b6b8f2b5b9ce16829b29320909077c5a66.tar.xz
[host-squashfs-tools] fix host-squashfs-tools
Use '=' instead of ':=' as the include order of the used variables is undefined. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-squashfs-tools.make')
-rw-r--r--rules/host-squashfs-tools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index 98e6c2e07..af63a28a0 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -25,6 +25,6 @@ HOST_SQUASHFS_TOOLS_SUBDIR := squashfs-tools
HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV)
HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
-HOST_SQUASHFS_TOOLS_INSTALL_OPT := install INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/sbin"
+HOST_SQUASHFS_TOOLS_INSTALL_OPT = install INSTALL_DIR="$(HOST_SQUASHFS_TOOLS_PKGDIR)/sbin"
# vim: syntax=make