Handle potential race condition with $(obj)/util/cbfstool
authorPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 10 Feb 2010 18:50:36 +0000 (18:50 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 10 Feb 2010 18:50:36 +0000 (18:50 +0000)
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

Makefile

index 88c912a34cbdf6be2c0260d8c8f01ab48366d284..f5594c70ecf96d2a3d3e014f65c7b2a0be633c9c 100644 (file)
--- 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