diff options
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/tevent/Makefile b/lib/tevent/Makefile index f178363dbc..5acfcbce58 100644 --- a/lib/tevent/Makefile +++ b/lib/tevent/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 |