summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk b/mk
index 585fbbde..16304538 100755
--- a/mk
+++ b/mk
@@ -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; :