From 05f56bf49ee0de8979c29c11f61a01e30e964444 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 20 Jul 2010 17:27:50 -0400 Subject: fix parallel build between ubi-utils and mkfs.ubifs Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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,) -- cgit v1.2.3