summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-28 21:35:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-28 21:35:41 +0000
commit2661ca8f1e95b44273dad3aa5c48f03d2b968bd0 (patch)
tree57622035dc9182a97e8e2425daa013452911e533 /openwrt/target
parente2abfd7c9808297b9e1c18226d88102b2cf6793c (diff)
downloadmtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.zip
mtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.tar.gz
mtk-20170518-2661ca8f1e95b44273dad3aa5c48f03d2b968bd0.tar.bz2
fix jffs2root dependency problem
SVN-Revision: 1572
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/package/openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile
index 2f90631..45b33b8 100644
--- a/openwrt/target/linux/package/openwrt/Makefile
+++ b/openwrt/target/linux/package/openwrt/Makefile
@@ -21,7 +21,7 @@ $(PKG_BUILD_DIR)/jffs2root: jffs2root.c
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/jffs2root
-$(IDIR_OPENWRT)/sbin/jffs2root:
+$(IDIR_OPENWRT)/sbin/jffs2root: $(PKG_BUILD_DIR)/jffs2root
mkdir -p $(IDIR_OPENWRT)/sbin
cp $(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin