diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:18 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:18 -0600 |
commit | 038cb638ae3a14da41169b1d0f5cb1c992984084 (patch) | |
tree | 9a21ac5db0b0398077dc199baf19edeeed12fa0e /lib/Makefile.in | |
parent | 68f4891e81341027897d9351da35c4073f3f9d41 (diff) | |
download | bind9-038cb638ae3a14da41169b1d0f5cb1c992984084.tar.gz |
9.2.1rc1
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index a44db424..6ff499d8 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2001 Internet Software Consortium. +# Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -13,13 +13,17 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.15 2001/03/27 00:53:21 bwelling Exp $ +# $Id: Makefile.in,v 1.15.2.2 2002/02/12 06:05:52 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -SUBDIRS = isc isccc isccfg dns lwres tests +# Note: the order of SUBDIRS is important. +# Attempt to disable parallel processing. +.NOTPARALLEL: +.NO_PARALLEL: +SUBDIRS = isc isccc dns isccfg lwres tests TARGETS = @BIND9_MAKE_RULES@ |