]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518]
authorMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 22:50:10 +0000 (22:50 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 22:50:10 +0000 (22:50 +0000)
CHANGES
bin/named/Makefile.in

diff --git a/CHANGES b/CHANGES
index 0afac298d4b6214ab9c35d334ea0b1143ff3e77c..cc3cc97e4ebe71aba05c3a325a1441f83e3f3521 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2317.  [bug]           "make distclean" removed bind9.xsl.h. [RT #17518]
+
 2316.  [port]          Missing #include <isc/print.h> in lib/dns/gssapictx.c.
                        [RT #17513]
 
index 827461215c6805aa72979e5d6556950a7929ab69..2f2a1d86b989a321b571fede6cdd9fea1a892174 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.98 2008/01/17 23:46:59 tbox Exp $
+# $Id: Makefile.in,v 1.99 2008/01/22 22:50:10 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -84,8 +84,6 @@ OBJS =                builtin.@O@ client.@O@ config.@O@ control.@O@ \
 
 UOBJS =                unix/os.@O@
 
-GENERATED =    bind9.xsl.h
-
 SRCS =         builtin.c client.c config.c control.c \
                controlconf.c interfacemgr.c \
                listenlist.c log.c logconf.c main.c notify.c \
@@ -130,7 +128,7 @@ docclean manclean maintainer-clean::
        rm -f ${MANOBJS}
 
 clean distclean maintainer-clean::
-       rm -f ${TARGETS} ${OBJS} ${GENERATED}
+       rm -f ${TARGETS} ${OBJS}
 
 bind9.xsl.h: bind9.xsl convertxsl.pl
        ${PERL} ${srcdir}/convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h