From: Evan Hunt Date: Wed, 15 Jan 2014 17:20:09 +0000 (-0800) Subject: [master] correct library build order X-Git-Tag: v9.10.0a2~87 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d868cce6eb485aeebf576046d7ce9ec28abf9002;p=thirdparty%2Fbind9.git [master] correct library build order --- diff --git a/lib/Makefile.in b/lib/Makefile.in index d1385822a67..9661b8d8a3f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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@