From: Mike Frysinger Date: Tue, 20 Jul 2010 21:27:50 +0000 (-0400) Subject: fix parallel build between ubi-utils and mkfs.ubifs X-Git-Tag: v1.4.0~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=05f56bf49ee0de8979c29c11f61a01e30e964444;p=mtd-utils.git fix parallel build between ubi-utils and mkfs.ubifs Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- 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,)