mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
added missing dependency
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: Makefile.in,v 1.1 2001/07/26 21:31:12 gson Exp $
|
# $Id: Makefile.in,v 1.2 2001/10/19 18:08:51 gson Exp $
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@@ -30,7 +30,7 @@ doc man:: ${MANOBJS}
|
|||||||
docclean manclean maintainer-clean::
|
docclean manclean maintainer-clean::
|
||||||
rm -f options
|
rm -f options
|
||||||
|
|
||||||
options:
|
options: ../../bin/tests/cfg_test
|
||||||
../../bin/tests/cfg_test --named --grammar | \
|
../../bin/tests/cfg_test --named --grammar | \
|
||||||
${PERL} ${srcdir}/format-options.pl >options || \
|
${PERL} ${srcdir}/format-options.pl >options || \
|
||||||
rm -f options
|
rm -f options
|
||||||
|
Reference in New Issue
Block a user