]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] correct library build order
authorEvan Hunt <each@isc.org>
Wed, 15 Jan 2014 17:20:09 +0000 (09:20 -0800)
committerEvan Hunt <each@isc.org>
Wed, 15 Jan 2014 17:20:09 +0000 (09:20 -0800)
lib/Makefile.in

index d1385822a67020099bc3f16d678ef5f9412681b1..9661b8d8a3f10b8bf34d8b7251318814a93a3ed4 100644 (file)
@@ -23,7 +23,7 @@ top_srcdir =  @top_srcdir@
 # Attempt to disable parallel processing.
 .NOTPARALLEL:
 .NO_PARALLEL:
-SUBDIRS =      iscpk11 isc isccc dns isccfg bind9 lwres irs tests samples
+SUBDIRS =      isc iscpk11 isccc dns isccfg bind9 lwres irs tests samples
 TARGETS =
 
 @BIND9_MAKE_RULES@