]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- make depend.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Nov 2018 15:57:15 +0000 (15:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Nov 2018 15:57:15 +0000 (15:57 +0000)
git-svn-id: file:///svn/unbound/trunk@4974 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 8788412bc81fca39a64c91e1cd1b2e85e3022d8d..89e4e2b956fe14ee4cf0fec728a0f1331f2e54a2 100644 (file)
@@ -1102,8 +1102,8 @@ unitauth.lo unitauth.o: $(srcdir)/testcode/unitauth.c config.h $(srcdir)/service
  $(srcdir)/dnscrypt/dnscrypt.h  $(srcdir)/util/data/msgparse.h \
  $(srcdir)/util/storage/lruhash.h $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/util/module.h \
  $(srcdir)/util/data/msgreply.h $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/modstack.h \
- $(srcdir)/testcode/unitmain.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/services/cache/dns.h \
- $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/sbuffer.h
+ $(srcdir)/testcode/unitmain.h $(srcdir)/util/regional.h $(srcdir)/util/net_help.h $(srcdir)/util/config_file.h \
+ $(srcdir)/services/cache/dns.h $(srcdir)/sldns/str2wire.h $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/sbuffer.h
 acl_list.lo acl_list.o: $(srcdir)/daemon/acl_list.c config.h $(srcdir)/daemon/acl_list.h \
  $(srcdir)/util/storage/dnstree.h $(srcdir)/util/rbtree.h $(srcdir)/services/view.h $(srcdir)/util/locks.h \
  $(srcdir)/util/log.h $(srcdir)/util/regional.h $(srcdir)/util/config_file.h $(srcdir)/util/net_help.h \
index 962b365e6559feefa84286a0ab2eb90dce4042aa..d300eeba87fd2d5d5bf3ea62de409c1676d3b00f 100644 (file)
@@ -9,6 +9,7 @@
        - auth zone zonefiles can be in a chroot, the chroot directory
          components are removed before use.
        - Fix that empty zonefile means the zonefile is not set and not used.
+       - make depend.
 
 21 November 2018: Wouter
        - Scrub NS records from NODATA responses as well.