mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
util/Makefile.in not needed now that distclean removes util/conf.sh from the
top level directory
This commit is contained in:
parent
d0971f8d82
commit
ace0d6e296
4 changed files with 2 additions and 34 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -15,7 +15,7 @@
|
|||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# From configure.in Revision: 1.162
|
||||
# From configure.in Revision: 1.164
|
||||
|
||||
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
||||
## Copyright (C) 1996-1999 Free Software Foundation, Inc.
|
||||
|
|
@ -4454,7 +4454,6 @@ trap 'rm -fr `echo "make/rules
|
|||
bin/tests/system/lwresd/Makefile
|
||||
bin/tests/headerdep_test.sh
|
||||
bin/dnssec/Makefile
|
||||
util/Makefile
|
||||
util/conf.sh
|
||||
isc-config.sh
|
||||
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
|
|
@ -4692,7 +4691,6 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
|
|||
bin/tests/system/lwresd/Makefile
|
||||
bin/tests/headerdep_test.sh
|
||||
bin/dnssec/Makefile
|
||||
util/Makefile
|
||||
util/conf.sh
|
||||
isc-config.sh
|
||||
"}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.163 $)
|
||||
AC_REVISION($Revision: 1.164 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -1057,7 +1057,6 @@ AC_OUTPUT(
|
|||
bin/tests/system/lwresd/Makefile
|
||||
bin/tests/headerdep_test.sh
|
||||
bin/dnssec/Makefile
|
||||
util/Makefile
|
||||
util/conf.sh
|
||||
isc-config.sh
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright (C) 2000 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
# copyright notice and this permission notice appear in all copies.
|
||||
#
|
||||
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
|
||||
# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
|
||||
# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
||||
# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
||||
# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.2 2000/06/23 16:42:07 tale Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
distclean::
|
||||
rm -f conf.sh
|
||||
|
|
@ -1064,7 +1064,6 @@
|
|||
./util/COPYRIGHT.BRIEF X 1996,1997,1998,1999,2000
|
||||
./util/COPYRIGHT.NAI X 1996,1997,1998,1999,2000
|
||||
./util/COPYRIGHT.PORTION X 1996,1997,1998,1999,2000
|
||||
./util/Makefile.in MAKE 2000
|
||||
./util/check-includes.pl PERL 2000
|
||||
./util/check-instincludes.sh SH 2000
|
||||
./util/check-sources.pl PERL 2000
|
||||
|
|
|
|||
Loading…
Reference in a new issue