aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package
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
commit7b9557e69da5cb5a394b31ca8400e26cb2fc4793 (patch)
treedadc4ed428685a3add5840c313543ce57f006c02 /target/linux/package
parent120b183b5ef874bd00e3f0777ea0a5923234af59 (diff)
downloadmaster-187ad058-7b9557e69da5cb5a394b31ca8400e26cb2fc4793.tar.gz
master-187ad058-7b9557e69da5cb5a394b31ca8400e26cb2fc4793.tar.bz2
master-187ad058-7b9557e69da5cb5a394b31ca8400e26cb2fc4793.zip
fix jffs2root dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r--target/linux/package/openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/Makefile b/target/linux/package/openwrt/Makefile
index 2f90631a06..45b33b8869 100644
--- a/target/linux/package/openwrt/Makefile
+++ b/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