From b4a5ece84a0a516a1efec6b17d67eb787b824663 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 09:16:03 +0200 Subject: ldb: Fix path to alternative buildtools. --- source4/lib/ldb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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) -- cgit