summaryrefslogtreecommitdiff
path: root/target/tools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:20:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-30 20:20:42 +0200
commitee19c86dc8f3d69e9082d45d2824a18710311ecb (patch)
tree0b3c1cd17ca1c2c6896fc474257db47cd32ad6eb /target/tools
parent14b08425f5c61d6cd4ee5ad7c9d0330bc7224f26 (diff)
fix foxboard allmodconfig, remove old linux patches
Diffstat (limited to 'target/tools')
-rw-r--r--target/tools/squashfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/tools/squashfs/Makefile b/target/tools/squashfs/Makefile
index a55181f88..193fccc7a 100644
--- a/target/tools/squashfs/Makefile
+++ b/target/tools/squashfs/Makefile
@@ -17,9 +17,10 @@ $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
$(MAKE) -C $(WRKBUILD)/squashfs-tools
touch $@
-$(WRKBUILD)/.installed:
+${STAGING_TOOLS}/bin/mksquashfs: $(WRKBUILD)/.compiled
$(INSTALL_BIN) $(WRKBUILD)/squashfs-tools/mksquashfs \
${STAGING_TOOLS}/bin
- touch $@
+
+install: ${STAGING_TOOLS}/bin/mksquashfs
include $(TOPDIR)/mk/tools.mk