build: use 'waf distclean' for make distclean
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 22:24:02 +0000 (08:24 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 22:25:01 +0000 (08:25 +1000)
this cleans up the more than rm -rf bin

buildtools/scripts/Makefile.waf

index f9c3fbb3bb29bd34792ece83a7ea423a60d3fcf2..a517bae3b591bde93278b9e0126e9171469137fb 100644 (file)
@@ -23,8 +23,8 @@ dist:
 clean:
        $(WAF) clean
 
-distclean: clean
-       rm -rf bin
+distclean:
+       $(WAF) distclean
 
 # some compatibility make targets
 everything: all