From 6acc9c4257c94985bae8b4ee23552d77364663a9 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Sat, 25 Feb 2017 05:51:00 +1100 Subject: [PATCH] ctdb-build: Add WAFLOCK magic to manpages target Without this a top-level "make dist" fails to build the CTDB manpages. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12595 Signed-off-by: Martin Schwenke --- ctdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ctdb/Makefile b/ctdb/Makefile index 23ee780d062..10ac9ab73cf 100644 --- a/ctdb/Makefile +++ b/ctdb/Makefile @@ -28,7 +28,8 @@ show_version: @WAFLOCK=.tmplock $(WAF) show_version manpages: - $(WAF) manpages + touch .tmplock + WAFLOCK=.tmplock $(WAF) manpages dist: touch .tmplock -- 2.11.0