diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 02:44:32 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-31 02:45:21 +0000 |
commit | f99c009b61c9e8b5968a9b074546408ce93db73c (patch) | |
tree | 7ec9ea5c99f5c450e173e8fb055a003fb12a8e08 /lib/talloc/Makefile | |
parent | 4f22cc7a283d21000e8ffa0c39746aa9f824f49e (diff) | |
download | samba-f99c009b61c9e8b5968a9b074546408ce93db73c.tar.gz samba-f99c009b61c9e8b5968a9b074546408ce93db73c.tar.bz2 samba-f99c009b61c9e8b5968a9b074546408ce93db73c.zip |
replace: Build using waf by default.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 31 02:45:21 UTC 2010 on sn-devel-104
Diffstat (limited to 'lib/talloc/Makefile')
-rw-r--r-- | lib/talloc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/talloc/Makefile b/lib/talloc/Makefile index 177937fbc9..2cc2819103 100644 --- a/lib/talloc/Makefile +++ b/lib/talloc/Makefile @@ -1,6 +1,8 @@ # simple makefile wrapper to run waf -WAF=WAF_MAKE=1 ../../buildtools/bin/waf +WAFPATH:=$(shell PATH=../../buildtools/bin:buildtools/bin:$(PATH) which waf) + +WAF=WAF_MAKE=1 $(WAFPATH) all: $(WAF) build |