1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ldb: Fix path to alternative buildtools.

This commit is contained in:
Jelmer Vernooij 2010-09-28 09:16:03 +02:00
parent 0688c5b2f1
commit b4a5ece84a

View 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)