mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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
|
||||
# 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@
|
||||
VPATH = @srcdir@
|
||||
@@ -30,7 +30,7 @@ doc man:: ${MANOBJS}
|
||||
docclean manclean maintainer-clean::
|
||||
rm -f options
|
||||
|
||||
options:
|
||||
options: ../../bin/tests/cfg_test
|
||||
../../bin/tests/cfg_test --named --grammar | \
|
||||
${PERL} ${srcdir}/format-options.pl >options || \
|
||||
rm -f options
|
||||
|
Reference in New Issue
Block a user