Makefile fix for parallel makes.

git-svn-id: file:///svn/unbound/trunk@1809 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-09-03 12:06:06 +00:00
parent 17ffb78b10
commit 37d8551a7a
2 changed files with 3 additions and 2 deletions

View 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)

View 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.