]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Makefile fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jan 2008 11:06:10 +0000 (11:06 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jan 2008 11:06:10 +0000 (11:06 +0000)
git-svn-id: file:///svn/unbound/trunk@894 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 9a142c2f1394ac7a432a53f19e46e523b65760fc..4b630a69c0aef4fdb29ebb0ecc6a4b67ef05b221 100644 (file)
@@ -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)
 
index 1101ec9674861d68ed512705c78a5470f4a22e43..aa60812ff6d3efadf2ee5713c0bf370b1b9e9c39 100644 (file)
@@ -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.