diff options
Diffstat (limited to 'target/tools/squashfs/Makefile')
-rw-r--r-- | target/tools/squashfs/Makefile | 5 |
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 |