minor code cleanup in the build system

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-19 06:30:32 +01:00
parent 998f30ad4d
commit b40118ae59
3 changed files with 10 additions and 25 deletions
+1 -2
View File
@@ -230,8 +230,7 @@ check_cmake()
check_makefile "${1}" || \
$err "check_cmake ${1}: can't cmake ${cmakedir}"
[ -z "${cmakedir}" ] || check_makefile "${1}" || \
$err "check_cmake ${1}: could not generate Makefile"
return 0
$err "check_cmake ${1}: can't generate Makefile"; return 0
}
check_autoconf()