diff --git a/lib/ns/Makefile.in b/lib/ns/Makefile.in index ec152497e9..a14728d6d5 100644 --- a/lib/ns/Makefile.in +++ b/lib/ns/Makefile.in @@ -11,10 +11,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -# Attempt to disable parallel processing. -.NOTPARALLEL: -.NO_PARALLEL: - VERSION=@BIND9_VERSION@ @BIND9_MAJOR@ diff --git a/make/rules.in b/make/rules.in index dfac0627ac..86456eb4f3 100644 --- a/make/rules.in +++ b/make/rules.in @@ -71,7 +71,7 @@ subdirs: # # Tests are built after the targets instead of before # -testdirs: +testdirs: subdirs ${TARGETS} @for i in ${ALL_TESTDIRS}; do \ if [ "$$i" != "nulldir" -a -d $$i ]; then \ echo "making all in `pwd`/$$i"; \