summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-02-10 18:50:36 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-10 18:50:36 +0000
commit7faf22fbbb31fdb85be6d6efa248fe1148baafd4 (patch)
tree6480e62bda5263e9071dabc2e1ab3b7c60f8ac84 /Makefile
parent68882a33220e802ef38d562ea1c96fd5fb779e49 (diff)
downloadcoreboot-7faf22fbbb31fdb85be6d6efa248fe1148baafd4.tar.xz
Handle potential race condition with $(obj)/util/cbfstool
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5109 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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