From: Mark Andrews Date: Wed, 2 Oct 2013 04:01:12 +0000 (+1000) Subject: 3659. [port] solaris: don't add explict dependancies/rules for X-Git-Tag: v9.10.0a1~73 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a379c8c108de279cc4e09139c12457c1531bd122;p=thirdparty%2Fbind9.git 3659. [port] solaris: don't add explict dependancies/rules for python programs as make won't use the implicit rules. [RT #34835] --- diff --git a/CHANGES b/CHANGES index 4f0bedbf9db..5333300825f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +3659. [port] solaris: don't add explict dependancies/rules for + python programs as make won't use the implicit rules. + [RT #34835] + 3658. [port] linux: Address platform specific compilation issue when libcap-devel is installed. [RT #34838] diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index 12695ed5860..f8b8580f1af 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -31,10 +31,6 @@ MANOBJS = ${MANPAGES} ${HTMLPAGES} @BIND9_MAKE_RULES@ -dnssec-checkds: dnssec-checkds.py - -dnssec-coverage: dnssec-coverage.py - doc man:: ${MANOBJS} docclean manclean maintainer-clean::