diff options
Diffstat (limited to 'target/linux/image/squashfs')
-rw-r--r-- | target/linux/image/squashfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/squashfs/Makefile b/target/linux/image/squashfs/Makefile index b5a51f8a3..a2b367187 100644 --- a/target/linux/image/squashfs/Makefile +++ b/target/linux/image/squashfs/Makefile @@ -23,5 +23,5 @@ source: $(DL_DIR)/$(SQUASHFSLZMA_SOURCE) prepare: $(SQUASHFSLZMA_DIR)/.unpacked compile: $(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma $(STAGING_DIR)/bin/mksquashfs-lzma install: -clean: +clean: FORCE rm -rf $(SQUASHFSLZMA_DIR) |