"handle src for" - change to handle make file

an oversight, in a previous edit

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-08-27 12:08:56 +01:00
parent 798ce03ae3
commit 6874bc39de
+1 -1
View File
@@ -248,7 +248,7 @@ copy_elf()
fail "copy_elf: cannot copy elf file" fail "copy_elf: cannot copy elf file"
done done
./handle src for -c "${codedir}" || \ ./handle make file -c "${codedir}" || \
fail "copy_elf: clean: ${codedir} (${project}/${target})" fail "copy_elf: clean: ${codedir} (${project}/${target})"
} }