summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-19 16:23:53 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-19 16:23:53 +0100
commit7896c0be1c0fcf3424ee1c832e5a4342cec34721 (patch)
tree0f62037f7a00d734e5b468f8767c56cb0a1e77e6 /rules/host-squashfs-tools.make
parentea8591e985acb540e33c4dfd86890bd8ce1eaeca (diff)
downloadptxdist-7896c0be1c0fcf3424ee1c832e5a4342cec34721.tar.gz
ptxdist-7896c0be1c0fcf3424ee1c832e5a4342cec34721.tar.xz
[host-squashfs-tools] fix install stage
..which was broken in a1af64a2cdb964ab52752c1e8b111622de2cc6e0 Reported-by: on Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-squashfs-tools.make')
-rw-r--r--rules/host-squashfs-tools.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/host-squashfs-tools.make b/rules/host-squashfs-tools.make
index 982d0ea64..504365fb4 100644
--- a/rules/host-squashfs-tools.make
+++ b/rules/host-squashfs-tools.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2009 by Jon Ringle <jon@ringle.org>
+# 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -35,8 +36,8 @@ $(HOST_SQUASHFS_TOOLS_SOURCE):
# Compile
# ----------------------------------------------------------------------------
-HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV)
-HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
-HOST_SQUASHFS_TOOLS_MAKE_OPT := INSTALL_DIR="$(PTXCONF_SYSROOT_HOST)/sbin"
+HOST_SQUASHFS_TOOLS_MAKE_ENV := $(HOST_ENV)
+HOST_SQUASHFS_TOOLS_MAKE_PAR := NO
+HOST_SQUASHFS_TOOLS_INSTALL_OPT := install INSTALL_DIR="$(PTXCONF_SYSROOT_HOST)/sbin"
# vim: syntax=make