ldb: Fix path to alternative buildtools.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 07:16:03 +0000 (09:16 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 07:16:03 +0000 (09:16 +0200)
source4/lib/ldb/Makefile

index 3f188a955fdc2ee6a146218765c7ebbb8117411b..3d0d8e493821d28e8f10b873369e4d4186b03f31 100644 (file)
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-WAFPATH:=$(shell PATH=../../buildtools/bin:buildtools/bin:$(PATH) which waf)
+WAFPATH:=$(shell PATH=../../../buildtools/bin:buildtools/bin:$(PATH) which waf)
 
 WAF=WAF_MAKE=1 $(WAFPATH)