From: Mark Andrews Date: Fri, 18 May 2007 06:12:51 +0000 (+0000) Subject: 2184. [bug] bind9.xsl.h didn't build out of the source tree. X-Git-Tag: v9.5.0a5~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=eea8cd8d1a9b2762480fab793972d1cefbc7cf90;p=thirdparty%2Fbind9.git 2184. [bug] bind9.xsl.h didn't build out of the source tree. [RT #16830] --- diff --git a/CHANGES b/CHANGES index 02039514d08..121095ef91c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2184. [bug] bind9.xsl.h didn't build out of the source tree. + [RT #16830] + 2183. [bug] dnssec-signzone didn't handle offline private keys well. [RT #16832] diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 44dccf9b978..35521ee31d7 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.93 2007/03/28 23:24:00 marka Exp $ +# $Id: Makefile.in,v 1.94 2007/05/18 06:12:51 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -133,7 +133,7 @@ clean distclean maintainer-clean:: rm -f ${TARGETS} ${OBJS} ${GENERATED} bind9.xsl.h: bind9.xsl convertxsl.pl - ${PERL} convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h + ${PERL} ${srcdir}/convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h depend: bind9.xsl.h server.@O@: bind9.xsl.h