From 3ea48fcf8a29e822a47921581079818da071ecac Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 2 Oct 2013 14:01:12 +1000 Subject: [PATCH] 3659. [port] solaris: don't add explict dependancies/rules for python programs as make won't use the implicit rules. [RT #34835] (cherry picked from commit a379c8c108de279cc4e09139c12457c1531bd122) --- CHANGES | 4 ++++ bin/python/Makefile.in | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index f466bd852e..cd59a6cfb7 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 12695ed586..f8b8580f1a 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::