From c6e73cb3b601dbbe737a7692e53c6fb9c72dff7b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Mar 2010 07:07:18 +1100 Subject: build: move waf into buildtools/bin --- source4/Makefile.waf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/Makefile.waf') diff --git a/source4/Makefile.waf b/source4/Makefile.waf index e304540637..1e950ed18c 100644 --- a/source4/Makefile.waf +++ b/source4/Makefile.waf @@ -10,7 +10,7 @@ # from make to pass it to waf? JOBS=1 -WAF=JOBS=$(JOBS) ../buildtools/waf +WAF=JOBS=$(JOBS) ../buildtools/bin/waf all: $(WAF) build @@ -30,7 +30,7 @@ quicktest: clean: $(WAF) clean -distclean: +distclean: clean rm -rf bin # some compatibility make targets -- cgit