diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile b/source4/lib/ldb/Makefile index 3f188a955f..3d0d8e4938 100644 --- a/source4/lib/ldb/Makefile +++ b/source4/lib/ldb/Makefile @@ -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) |