diff --git a/CHANGES b/CHANGES index 0afac298d4..cc3cc97e4e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518] + 2316. [port] Missing #include in lib/dns/gssapictx.c. [RT #17513] diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 827461215c..2f2a1d86b9 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.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