mk: remove unnecessary check

on dry builds, if_not_make_clean will also be empty

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-15 18:06:14 +01:00
parent 5043b6dc97
commit 04be963383
-2
View File
@@ -572,8 +572,6 @@ run_make_command()
$if_not_make_clean \
return 0
$if_dry_build \
return 0
make -C "$srcdir" $cleanargs distclean || \
x_ make -C "$srcdir" $cleanargs clean; :