mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
fix server.o dependancy
This commit is contained in:
parent
8ede3bb42e
commit
9ea0cc836d
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue