From: Felix Fietkau Date: Thu, 28 Jul 2005 21:35:41 +0000 (+0000) Subject: fix jffs2root dependency problem X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7b9557e69da5cb5a394b31ca8400e26cb2fc4793;p=15.05%2Fopenwrt.git fix jffs2root dependency problem git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1572 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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