From: Peter van Dijk Date: Tue, 25 Jun 2013 16:05:32 +0000 (+0200) Subject: recursive make considered harmful X-Git-Tag: rec-3.6.0-rc1~626^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fda2ed891ba5c5616b8e168bc44b50cc36f3108;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