mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:30:01 -04:00
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 a379c8c108)
This commit is contained in:
parent
9b7d05c900
commit
3ea48fcf8a
2 changed files with 4 additions and 4 deletions
4
CHANGES
4
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Reference in a new issue