From 2661ca8f1e95b44273dad3aa5c48f03d2b968bd0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 Jul 2005 21:35:41 +0000 Subject: [PATCH] fix jffs2root dependency problem SVN-Revision: 1572 --- openwrt/target/linux/package/openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile index 2f90631a06..45b33b8869 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 -- 2.25.1