From 37d5999904da13a77475f2d2e5c816fb6c40350c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sun, 9 Jul 2000 15:54:21 +0000 Subject: [PATCH] "make test" depends on subdirs getting all compiled --- bin/tests/system/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index a89c98f1e1..86b2a1bc8e 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: Makefile.in,v 1.16 2000/07/06 19:54:01 mws Exp $ +# $Id: Makefile.in,v 1.17 2000/07/09 15:54:21 tale Exp $ @BIND9_INCLUDES@ SUBDIRS = lwresd @@ -21,7 +21,7 @@ TARGETS = @BIND9_MAKE_RULES@ -test: +test: subdirs sh ./runall.sh clean distclean::