summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-23 08:24:02 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-23 08:25:01 +1000
commita36c7b8b74c209b010e763487a750472d9c2e0a1 (patch)
tree7e8f1b8b540e81b629d2684cc1216c06e805eaf3 /buildtools/scripts
parentbd08249d683fd2f5ce6358ec2a9cebf2d03db1c6 (diff)
downloadsamba-a36c7b8b74c209b010e763487a750472d9c2e0a1.tar.gz
build: use 'waf distclean' for make distclean
this cleans up the more than rm -rf bin
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf
index f9c3fbb3bb2..a517bae3b59 100644
--- a/buildtools/scripts/Makefile.waf
+++ b/buildtools/scripts/Makefile.waf
@@ -23,8 +23,8 @@ dist:
clean:
$(WAF) clean
-distclean: clean
- rm -rf bin
+distclean:
+ $(WAF) distclean
# some compatibility make targets
everything: all