]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix make check warning 1593/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Jul 2014 17:46:12 +0000 (19:46 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 21 Jul 2014 19:57:37 +0000 (21:57 +0200)
commite24ea477f997f02bc86670e1e341064ae526b028
tree83f46c7d2a0a0ddc43e5b4ff51429e84d8c8a525
parent306e0ce0b03eeb3fb855fb7de815cbbd5342e7da
Fix make check warning

Making check in pdns
Makefile:2163: warning: overriding commands for target `check'
Makefile:2023: warning: ignoring old commands for target `check'
Unit tests are not enabled

Automake doesn't like the check target to
be overridden:
http://lists.gnu.org/archive/html/automake/2011-09/msg00028.html
pdns/Makefile.am