mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +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 || \
|
./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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user