blobs/download: don't use the -B option in make
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
877c691ef5
commit
3e76e70d83
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue