From 3e76e70d83a1f9230e93d633317070bc14be0591 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 9 Sep 2023 22:14:02 +0100 Subject: blobs/download: don't use the -B option in make Signed-off-by: Leah Rowe --- script/update/blobs/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update/blobs') diff --git a/script/update/blobs/download b/script/update/blobs/download index 0364bfa5..b9c801a6 100755 --- a/script/update/blobs/download +++ b/script/update/blobs/download @@ -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 } -- cgit v1.2.1