summaryrefslogtreecommitdiffstats
path: root/target/linux/image/jffs2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/image/jffs2/Makefile')
-rw-r--r--target/linux/image/jffs2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/jffs2/Makefile b/target/linux/image/jffs2/Makefile
index d5f03bef4..071bacdd4 100644
--- a/target/linux/image/jffs2/Makefile
+++ b/target/linux/image/jffs2/Makefile
@@ -18,7 +18,7 @@ $(MTD_DIR)/util/mkfs.jffs2: $(MTD_DIR)/.unpacked
$(MAKE) LINUXDIR=$(LINUX_DIR) -C $(MTD_DIR)/util
$(STAGING_DIR)/bin/mkfs.jffs2: $(MTD_DIR)/util/mkfs.jffs2
- cp $< $@
+ $(CP) $< $@
source: $(DL_DIR)/$(MTD_SOURCE)
prepare: $(MTD_DIR)/.unpacked