From: Mark Andrews Date: Thu, 21 Dec 2006 09:37:07 +0000 (+0000) Subject: fix server.o dependancy X-Git-Tag: v9.5.0a1~19 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9ea0cc836dd3ff292886e806a9729a41a39e7751;p=thirdparty%2Fbind9.git fix server.o dependancy --- diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 846ab1c70f5..cf0a9c341e4 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}