]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2184. [bug] bind9.xsl.h didn't build out of the source tree.
authorMark Andrews <marka@isc.org>
Fri, 18 May 2007 06:12:51 +0000 (06:12 +0000)
committerMark Andrews <marka@isc.org>
Fri, 18 May 2007 06:12:51 +0000 (06:12 +0000)
                        [RT #16830]

CHANGES
bin/named/Makefile.in

diff --git a/CHANGES b/CHANGES
index 02039514d08f26ba58a12d1c282685c2d1989f6c..121095ef91c8335828f5016e65694b161f11b2bc 100644 (file)
--- 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]
 
index 44dccf9b978d1f11ed8a33bf4da4cd56ed4c37b6..35521ee31d7a34ceb54d5f1a74355b39ee286a55 100644 (file)
@@ -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