diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-10 18:50:36 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-10 18:50:36 +0000 |
commit | 7faf22fbbb31fdb85be6d6efa248fe1148baafd4 (patch) | |
tree | 6480e62bda5263e9071dabc2e1ab3b7c60f8ac84 /Makefile | |
parent | 68882a33220e802ef38d562ea1c96fd5fb779e49 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |