summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-28 09:16:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-28 09:16:03 +0200
commitb4a5ece84a0a516a1efec6b17d67eb787b824663 (patch)
tree25d77345c838e75b3f67efcff0834da048c431d5 /source4
parent0688c5b2f1b6c34e7f79018007848ad8a477e854 (diff)
downloadsamba-b4a5ece84a0a516a1efec6b17d67eb787b824663.tar.gz
samba-b4a5ece84a0a516a1efec6b17d67eb787b824663.tar.bz2
samba-b4a5ece84a0a516a1efec6b17d67eb787b824663.zip
ldb: Fix path to alternative buildtools.
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/Makefile2
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)