From 9ea0cc836dd3ff292886e806a9729a41a39e7751 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 21 Dec 2006 09:37:07 +0000 Subject: [PATCH] fix server.o dependancy --- bin/named/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 846ab1c70f..cf0a9c341e 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.88 2006/12/21 06:02:29 marka Exp $ +# $Id: Makefile.in,v 1.89 2006/12/21 09:37:07 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -135,7 +135,7 @@ clean distclean maintainer-clean:: bind9.xsl.h: bind9.xsl convertxsl.pl perl convertxsl.pl < ${srcdir}/bind9.xsl > bind9.xsl.h -server.o:: bind9.xsl.h +server.@O@: bind9.xsl.h installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir}