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
This commit is contained in:
parent
68882a3322
commit
7faf22fbbb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue