BIND 10 trac3170, updated. e05189ee6561d06753b3bb2c8c6e4fad7c005625 [3170] Slight correction to dependencies on Makefile

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 18 11:52:04 UTC 2013


The branch, trac3170 has been updated
       via  e05189ee6561d06753b3bb2c8c6e4fad7c005625 (commit)
      from  eaff454676513de3bf85d76c9ab724cf8191c649 (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 e05189ee6561d06753b3bb2c8c6e4fad7c005625
Author: Kean Johnston <kean at isc.org>
Date:   Wed Sep 18 13:51:14 2013 +0200

    [3170] Slight correction to dependencies on Makefile

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

Summary of changes:
 src/bin/auth/Makefile.am |    4 ++--
 src/lib/dns/Makefile.am  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am
index 5937ba0..81e477b 100644
--- a/src/bin/auth/Makefile.am
+++ b/src/bin/auth/Makefile.am
@@ -45,11 +45,11 @@ statistics_items.h: statistics_items.h.pre statistics_msg_items.def
 statistics.cc: statistics.cc.pre statistics_msg_items.def
 tests/statistics_unittest.cc: tests/statistics_unittest.cc.pre statistics_msg_items.def
 
-gen-statisticsitems.py: gen-statisticsitems.py.pre
+gen-statisticsitems.py: gen-statisticsitems.py.pre Makefile
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" gen-statisticsitems.py.pre >$@
 	chmod +x $@
 
-auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: Makefile s-genstats
+auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: s-genstats
 
 s-genstats: gen-statisticsitems.py
 	./gen-statisticsitems.py
diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am
index 9d4296e..bda4e85 100644
--- a/src/lib/dns/Makefile.am
+++ b/src/lib/dns/Makefile.am
@@ -158,11 +158,11 @@ rrclass.h: rrclass-placeholder.h
 rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 
-s-rdatacode:
+s-rdatacode: Makefile
 	$(PYTHON) ./gen-rdatacode.py
 	touch $@
 
-rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile s-rdatacode
+rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: s-rdatacode
 
 libdns___includedir = $(includedir)/$(PACKAGE_NAME)/dns
 libdns___include_HEADERS = \



More information about the bind10-changes mailing list