From 452b7cc069ab7c5d5ab80d33891787c329daa483 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 24 Jan 2008 11:06:10 +0000 Subject: [PATCH] Makefile fix. git-svn-id: file:///svn/unbound/trunk@894 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 +- doc/Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9a142c2f1..4b630a69c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -145,7 +145,7 @@ unbound-checkconf: $(CHECKCONF_OBJ) $(ldnslib) $(INFO) Link $@ $Q$(LINK) -o $@ $(sort $(CHECKCONF_OBJ)) $(LIBS) -unbound-host: $(HOST_OBJ) libunbound.la +unbound-host: $(HOST_OBJ) libunbound.la $(ldnslib) $(INFO) Link $@ $Q$(LINK) -o $@ $(sort $(HOST_OBJ)) -L. -L.libs -lunbound $(LIBS) diff --git a/doc/Changelog b/doc/Changelog index 1101ec967..aa60812ff 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ - fix fail to allocate context actions. - make pipe nonblocking at start. - update plane for retry mode with caution to limit bandwidth. + - fix Makefile for concurrent make of unbound-host. 23 January 2008: Wouter - removed debug prints from if-auto, verb-algo enables some. -- 2.47.2