mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:32:05 -04:00
"make test" depends on subdirs getting all compiled
This commit is contained in:
parent
0f6ef702b3
commit
37d5999904
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.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::
|
||||
|
|
|
|||
Loading…
Reference in a new issue