From: Mark Andrews Date: Thu, 15 Apr 2004 00:32:44 +0000 (+0000) Subject: Attempt to disable parallel processing. X-Git-Tag: v9.2.3rc4^3~70 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9a2127f8335bad323451d7825119cd9f72e32464;p=thirdparty%2Fbind9.git Attempt to disable parallel processing. --- diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 04253a2a447..ea5a2bc8073 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -13,12 +13,16 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.144 2004/03/16 05:52:18 marka Exp $ +# $Id: Makefile.in,v 1.145 2004/04/15 00:32:44 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ +# Attempt to disable parallel processing. +.NOTPARALLEL: +.NO_PARALLEL: + @BIND9_VERSION@ @LIBDNS_API@