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

index c4f8fceebd09d0d7277ff477f30d605ac7ad6fbe..a8bc346f56b9d94c366992df81c3d5e91910ec7a 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.126.2.8 2004/03/09 06:10:58 marka Exp $
+# $Id: Makefile.in,v 1.126.2.9 2004/04/15 00:35:27 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
 top_srcdir =   @top_srcdir@
 
+# Attempt to disable parallel processing.
+.NOTPARALLEL:
+.NO_PARALLEL:
+
 @BIND9_VERSION@
 
 @LIBDNS_API@