remove .NOTPARALLEL so unit tests can build faster

This commit is contained in:
Evan Hunt
2018-10-25 17:04:02 -07:00
parent 2afd18a2ce
commit b434b0a4b6
5 changed files with 4 additions and 24 deletions

View File

@@ -11,10 +11,6 @@ srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
# Attempt to disable parallel processing.
.NOTPARALLEL:
.NO_PARALLEL:
VERSION=@BIND9_VERSION@
@BIND9_MAKE_INCLUDES@