move spca5xx from target/linux/package/ to package/,
[openwrt.git] / target / linux / image / jffs2 / Makefile
index d5f03be..b673c43 100644 (file)
@@ -18,12 +18,12 @@ $(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
 compile: $(MTD_DIR)/util/mkfs.jffs2 $(STAGING_DIR)/bin/mkfs.jffs2
 install: 
-clean:
-       rm -rf $(MTD_DIR)
+clean: FORCE
+       rm -rf $(MTD_DIR) $(STAGING_DIR)/bin/mkfs.jffs2
 
This page took 0.019098 seconds and 4 git commands to generate.