From a36c7b8b74c209b010e763487a750472d9c2e0a1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 23 Apr 2010 08:24:02 +1000 Subject: build: use 'waf distclean' for make distclean this cleans up the more than rm -rf bin --- buildtools/scripts/Makefile.waf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/scripts') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index f9c3fbb3bb..a517bae3b5 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 -- cgit