From 971720292502c0289ca9574252ced699550a6505 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 28 Jun 2001 02:30:29 +0000 Subject: [PATCH] wire in lib/bind after everything else --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4160a5299e..f082771feb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.38 2001/03/27 19:36:55 halley Exp $ +# $Id: Makefile.in,v 1.39 2001/06/28 02:30:29 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@ @BIND9_VERSION@ -SUBDIRS = make lib bin doc +SUBDIRS = make lib bin doc lib/bind TARGETS = @BIND9_MAKE_RULES@