BIND 10 trac3285, updated. 7d109f38cbdff76b09ee2e587fe751c4b32737c6 [3285] Use EXTRA_DIST for dependencies to be even more accurate

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 17 08:43:26 UTC 2014


The branch, trac3285 has been updated
       via  7d109f38cbdff76b09ee2e587fe751c4b32737c6 (commit)
      from  ba1265b9abd3b2e7cf8c819e4c411675fd2d131d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d109f38cbdff76b09ee2e587fe751c4b32737c6
Author: Kean Johnston <kean at isc.org>
Date:   Fri Jan 17 10:42:20 2014 +0200

    [3285] Use EXTRA_DIST for dependencies to be even more accurate

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am
index 48256a7..ede699a 100644
--- a/src/lib/dns/Makefile.am
+++ b/src/lib/dns/Makefile.am
@@ -158,7 +158,7 @@ rrclass.h: rrclass-placeholder.h
 rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 
-s-rdatacode: Makefile rrclass-placeholder.h rrtype-placeholder.h rrparamregistry-placeholder.cc
+s-rdatacode: Makefile $(EXTRA_DIST)
 	$(PYTHON) ./gen-rdatacode.py
 	touch $@
 



More information about the bind10-changes mailing list