From 4fda2ed891ba5c5616b8e168bc44b50cc36f3108 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 25 Jun 2013 18:05:32 +0200 Subject: [PATCH] recursive make considered harmful --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index bf141a4b59..07d2d46372 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ if TOOLS man1_MANS = pdns/docs/dnstcpbench.1 endif +pdns/docs/dnstcpbench.1: + make -C pdns/docs dnstcpbench.1 + install-exec-local: -@chmod +x pdns/pdns -@chmod +x pdns/precursor -- 2.47.3