mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
blobs/download: don't use the -B option in make
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -114,7 +114,7 @@ build_dependencies()
|
||||
./handle make file -b uefitool || \
|
||||
err "build_dependencies: can't build uefitool"
|
||||
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"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user