]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Attempt to disable parallel processing.
authorMark Andrews <marka@isc.org>
Thu, 15 Apr 2004 00:32:44 +0000 (00:32 +0000)
committerMark Andrews <marka@isc.org>
Thu, 15 Apr 2004 00:32:44 +0000 (00:32 +0000)
lib/dns/Makefile.in

index 04253a2a447946bd1e3a3875522874b55fe2e61b..ea5a2bc8073c8a52094b9dc017dfea5eef63c27c 100644 (file)
 # 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@