From: Wouter Wijngaards Date: Thu, 3 Sep 2009 12:06:06 +0000 (+0000) Subject: Makefile fix for parallel makes. X-Git-Tag: release-1.4.0rc1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37d8551a7aae1b0f7b61f082bb590109c36fb372;p=thirdparty%2Funbound.git Makefile fix for parallel makes. git-svn-id: file:///svn/unbound/trunk@1809 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index b3880f1ab..0ee6d46d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) diff --git a/doc/Changelog b/doc/Changelog index 5ed94dfd6..852d17be0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.