]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Makefile fix for parallel makes.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Sep 2009 12:06:06 +0000 (12:06 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 3 Sep 2009 12:06:06 +0000 (12:06 +0000)
git-svn-id: file:///svn/unbound/trunk@1809 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index b3880f1abe8f095e083d620e4345348d38870484..0ee6d46d36aba0ad8e38b6fd78cf02bd848f3632 100644 (file)
@@ -189,7 +189,7 @@ test:       tests
 
 lib:   libunbound.la
 
-libunbound.la: $(LIBUNBOUND_OBJ)
+libunbound.la: $(LIBUNBOUND_OBJ) $(ldnslib)
        $(INFO) Link $@
        $Q$(LINK_LIB) -export-symbols $(srcdir)/libunbound/ubsyms.def -o $@ $(sort $(LIBUNBOUND_OBJ)) -rpath $(libdir) $(LIBS)
 
index 5ed94dfd6be90a81cc258ff9c2ed5c48a963cbbd..852d17be0d31add696acbb6b6c96a199654767d8 100644 (file)
@@ -1,7 +1,8 @@
 3 September 2009: Wouter
        - Got a patch from Luca Bruno for libunbound support on windows to
          pick up the system resolvconf nameservers and hosts there.
-       - included ldns updated.
+       - included ldns updated (enum warning fixed).
+       - makefile fix for parallel makes.
 
 2 September 2009: Wouter
        - TRAFFIC keyword for testbound. Simplifies test generation.