]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix server.o dependancy
authorMark Andrews <marka@isc.org>
Thu, 21 Dec 2006 09:37:07 +0000 (09:37 +0000)
committerMark Andrews <marka@isc.org>
Thu, 21 Dec 2006 09:37:07 +0000 (09:37 +0000)
bin/named/Makefile.in

index 846ab1c70f53bf44c02de4519bc63c961a93f000..cf0a9c341e464784ad365cca8c6b0e7db0762a19 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.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}