]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3659. [port] solaris: don't add explict dependancies/rules for
authorMark Andrews <marka@isc.org>
Wed, 2 Oct 2013 04:01:12 +0000 (14:01 +1000)
committerMark Andrews <marka@isc.org>
Wed, 2 Oct 2013 04:01:12 +0000 (14:01 +1000)
                        python programs as make won't use the implicit rules.
                        [RT #34835]

CHANGES
bin/python/Makefile.in

diff --git a/CHANGES b/CHANGES
index 4f0bedbf9db14a2976a3aaae588a8ccc533233c0..5333300825fa9fcdcb5b1254980d5fc269c844bd 100644 (file)
--- 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]
 
index 12695ed5860f1a0cdd0b686c03ba73e8118c804d..f8b8580f1afe737f9e320e6171dbae38103d2555 100644 (file)
@@ -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::