From 5d588cf0a68f8f3a822d9f414bf6c616f9a8b3ce Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Mar 2010 18:55:23 +1100 Subject: build: use a plain build, at request of metze :) --- source4/Makefile.waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile.waf') diff --git a/source4/Makefile.waf b/source4/Makefile.waf index 976c258993..59eca68f86 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 -- cgit