blobs/download: don't use the -B option in make

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-09 22:14:02 +01:00
parent 877c691ef5
commit 3e76e70d83
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ build_dependencies()
./handle make file -b uefitool || \ ./handle make file -b uefitool || \
err "build_dependencies: can't build uefitool" err "build_dependencies: can't build uefitool"
if [ ! -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ]; then if [ ! -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ]; then
make -BC "${cbdir}/util/kbc1126" || \ make -C "${cbdir}/util/kbc1126" || \
err "build_dependencies: can't build kbc1126_ec_dump" err "build_dependencies: can't build kbc1126_ec_dump"
fi fi
} }