From 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Wed, 20 Aug 2008 21:50:18 +0200 Subject: mtd-utils: enable parallel build process -j 2 build was not possible without this patch. Signed-off-by: Sebastian Siewior Signed-off-by: David Woodhouse --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2000b17..6ca6e0d 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,8 @@ $(BUILDDIR)/%.o: %.c .SUFFIXES: all: $(TARGETS) - make -C $(BUILDDIR)/ubi-utils - make -C $(BUILDDIR)/mkfs.ubifs + $(MAKE) -C $(BUILDDIR)/ubi-utils + $(MAKE) -C $(BUILDDIR)/mkfs.ubifs IGNORE=${wildcard $(BUILDDIR)/.*.c.dep} -include ${IGNORE} -- cgit v1.2.3