"handle src for" - change to handle make file

an oversight, in a previous edit

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-08-27 12:08:56 +01:00
parent 798ce03ae3
commit 6874bc39de
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ copy_elf()
fail "copy_elf: cannot copy elf file"
done
./handle src for -c "${codedir}" || \
./handle make file -c "${codedir}" || \
fail "copy_elf: clean: ${codedir} (${project}/${target})"
}