diff options
-rw-r--r-- | source4/Makefile.waf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |