From eea8cd8d1a9b2762480fab793972d1cefbc7cf90 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 18 May 2007 06:12:51 +0000 Subject: [PATCH] 2184. [bug] bind9.xsl.h didn't build out of the source tree. [RT #16830] --- CHANGES | 3 +++ bin/named/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 02039514d0..121095ef91 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 44dccf9b97..35521ee31d 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