From 7faf22fbbb31fdb85be6d6efa248fe1148baafd4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 10 Feb 2010 18:50:36 +0000 Subject: Handle potential race condition with $(obj)/util/cbfstool Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5109 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88c912a34c..f5594c70ec 100644 --- a/Makefile +++ b/Makefile @@ -254,7 +254,7 @@ endif prepare: mkdir -p $(obj) - mkdir -p $(obj)/util/kconfig/lxdialog + mkdir -p $(obj)/util/kconfig/lxdialog $(obj)/util/cbfstool test -n "$(alldirs)" && mkdir -p $(alldirs) || true prepare2: $(obj)/build.h -- cgit v1.2.3