From: Peter van Dijk Date: Tue, 25 Jun 2013 16:05:32 +0000 (+0200) Subject: recursive make considered harmful X-Git-Tag: auth-3.3-rc2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d40f5a94cc9ab04ddec9614ba1f4e7b01c2e77ef;p=thirdparty%2Fpdns.git recursive make considered harmful --- 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