mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
missing colon in glue_test rule
This commit is contained in:
parent
ca93ad9b9e
commit
457a63f3b8
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.13 2000/07/06 02:06:02 gson Exp $
|
||||
# $Id: Makefile.in,v 1.14 2000/07/06 04:36:55 gson Exp $
|
||||
|
||||
@BIND9_INCLUDES@
|
||||
SUBDIRS = lwresd
|
||||
|
|
@ -40,7 +40,7 @@ install::
|
|||
dnssec_test:
|
||||
sh ./run.sh dnssec
|
||||
|
||||
glue_test
|
||||
glue_test:
|
||||
sh ./run.sh glue
|
||||
|
||||
limits_test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue