[PATCH v2] fix parallel build between ubi-utils and mkfs.ubifs

Mike Frysinger vapier at gentoo.org
Tue Jul 20 17:27:50 EDT 2010


Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
fix target order pointed out by Florian Fainelli

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b558705..d315f39 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ LDDEPS = $(BUILDDIR)/lib/libmtd.a
 
 include common.mk
 
+# mkfs.ubifs needs -lubi which is in ubi-utils/
+subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all
+
 clean::
 	-rm -f $(SYMLINKS)
 ifneq ($(BUILDDIR)/.git,)
-- 
1.7.1.1




More information about the linux-mtd mailing list