From 9814894dafb9a2b7f7247db22c3e0c347ffe916c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Jan 2011 09:47:23 +1100 Subject: s4: fixed 'make dist' not to need configure for s4 --- source4/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source4/Makefile b/source4/Makefile index 77b3189a3b..bc77be965c 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -29,10 +29,12 @@ quicktest: $(WAF) test --quick $(TEST_OPTIONS) dist: - $(WAF) dist + touch .tmplock + WAFLOCK=.tmplock $(WAF) dist distcheck: - $(WAF) distcheck + touch .tmplock + WAFLOCK=.tmplock $(WAF) distcheck clean: $(WAF) clean -- cgit