]> 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:51:26 +0000 (22:51 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 22:51:26 +0000 (22:51 +0000)
CHANGES
bin/named/Makefile.in

diff --git a/CHANGES b/CHANGES
index 62f051afa04c0c29aeefa8148283a2f0f790f124..bed0673242d9bb608e36875f60512c98a31c967e 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 76d2dff5c0f5cb435aedf46aec10c2b8f1a61d90..6655cb19e44d8b34ad088ea9f2b14c376e31e41d 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.96.130.2 2008/01/17 23:46:35 tbox Exp $
+# $Id: Makefile.in,v 1.96.130.3 2008/01/22 22:51:26 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