summaryrefslogtreecommitdiff
path: root/target/tools/squashfs/Makefile
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2011-01-07 16:18:49 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-07 17:22:49 +0100
commit018a6cc7634beb1b00024ec943be82a5e16749c2 (patch)
treef5ae173b338137a7ea601ef93a753bc6c79dd623 /target/tools/squashfs/Makefile
parentb2956541046630f72236d35724521ddf26e05c37 (diff)
unbreak build by honouring the HOSTCC/HOSTCFLAGS variables
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'target/tools/squashfs/Makefile')
-rw-r--r--target/tools/squashfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/squashfs/Makefile b/target/tools/squashfs/Makefile
index 3f22d8a56..53be3bb3c 100644
--- a/target/tools/squashfs/Makefile
+++ b/target/tools/squashfs/Makefile
@@ -14,7 +14,7 @@ WRKDIST= ${WRKDIR}/$(PKG_NAME)${PKG_VERSION}
include ../rules.mk
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
- $(MAKE) -C $(WRKBUILD)/squashfs-tools
+ ${MAKE} -C ${WRKBUILD}/squashfs-tools CC='${HOSTCC}'
touch $@
${STAGING_HOST_DIR}/bin/mksquashfs: $(WRKBUILD)/.compiled