From: Wouter Wijngaards Date: Thu, 24 Jan 2008 11:06:10 +0000 (+0000) Subject: Makefile fix. X-Git-Tag: release-0.9~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452b7cc069ab7c5d5ab80d33891787c329daa483;p=thirdparty%2Funbound.git Makefile fix. git-svn-id: file:///svn/unbound/trunk@894 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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.