summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/lib/ldb/Makefile b/source4/lib/ldb/Makefile
index da05bcfb6d..a07b4a7164 100644
--- a/source4/lib/ldb/Makefile
+++ b/source4/lib/ldb/Makefile
@@ -15,10 +15,12 @@ test:
$(WAF) test $(TEST_OPTIONS)
dist:
- $(WAF) dist
+ touch .tmplock
+ WAFLOCK=.tmplock $(WAF) dist
distcheck:
- $(WAF) distcheck
+ touch .tmplock
+ WAFLOCK=.tmplock $(WAF) distcheck
clean:
$(WAF) clean