summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 22f8bec2..0cdef27e 100755
--- a/mk
+++ b/mk
@@ -506,7 +506,7 @@ handle_makefile()
[ -e "$srcdir/.git" ] && [ "$project" = "u-boot" ] && \
[ "$mode" = "distclean" ] && \
$if_not_dry_build \
- x_ git -C "$srcdir" $cleanargs clean -fdx; :
+ x_ git -C "$srcdir" clean -fdx; :
}
run_make_command()