From 5d588cf0a68f8f3a822d9f414bf6c616f9a8b3ce Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Mar 2010 18:55:23 +1100 Subject: [PATCH] build: use a plain build, at request of metze :) --- source4/Makefile.waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/Makefile.waf b/source4/Makefile.waf index 976c2589938..59eca68f86d 100644 --- a/source4/Makefile.waf +++ b/source4/Makefile.waf @@ -2,7 +2,7 @@ WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf all: - $(WAF) build -p + $(WAF) build install: $(WAF) install -- 2.11.4.GIT