From d868cce6eb485aeebf576046d7ce9ec28abf9002 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 15 Jan 2014 09:20:09 -0800 Subject: [PATCH] [master] correct library build order --- lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index d1385822a6..9661b8d8a3 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@