]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
move .NOTPARALLEL:/.NO_PARALLEL: so not first target
authorMark Andrews <marka@isc.org>
Wed, 21 Jun 2006 03:30:37 +0000 (03:30 +0000)
committerMark Andrews <marka@isc.org>
Wed, 21 Jun 2006 03:30:37 +0000 (03:30 +0000)
lib/bind/Makefile.in

index 6b7eec4fda4408a4ac1aebc2dfd3587f2442a38e..59a7712f1de3d3b8c3b7bcf32294b2dd3928e98d 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.27 2005/07/29 00:12:40 marka Exp $
+# $Id: Makefile.in,v 1.28 2006/06/21 03:30:37 marka Exp $
 
 srcdir =        @srcdir@
 VPATH =         @srcdir@
 top_srcdir =    @top_srcdir@
 
-# Attempt to disable parallel processing.
-.NOTPARALLEL:
-.NO_PARALLEL:
 
 @LIBBIND_API@
 
@@ -99,6 +96,10 @@ OBJS=        ${BSDOBJS} ${DSTOBJS} ${INETOBJS} ${IRSOBJS} ${ISCOBJS} \
 
 @BIND9_MAKE_RULES@
 
+# Attempt to disable parallel processing.
+.NOTPARALLEL:
+.NO_PARALLEL:
+
 libbind.@SA@: ${OBJS}
        ${AR} ${ARFLAGS} $@ ${OBJS}
        ${RANLIB} $@