[svn] commit: r1577 - in /branches/bind10-devel-20100319/src/bin: auth/Makefile.am xfrin/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 19 12:15:10 UTC 2010


Author: jreed
Date: Fri Mar 19 12:15:09 2010
New Revision: 1577

Log:
merged in 1573 and 1576 from trunk: cosmetic: no need for distfile twice

Modified:
    branches/bind10-devel-20100319/src/bin/auth/Makefile.am
    branches/bind10-devel-20100319/src/bin/xfrin/Makefile.am

Modified: branches/bind10-devel-20100319/src/bin/auth/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/auth/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/auth/Makefile.am Fri Mar 19 12:15:09 2010
@@ -12,7 +12,7 @@
 CLEANFILES = *.gcno *.gcda auth.pre auth.spec
 
 man_MANS = b10-auth.8
-EXTRA_DIST = $(man_MANS) b10-auth.xml auth.spec
+EXTRA_DIST = $(man_MANS) b10-auth.xml
 
 if ENABLE_MAN
 
@@ -44,5 +44,3 @@
 b10_authdir = $(DESTDIR)$(pkgdatadir)
 b10_auth_DATA = auth.spec
 
-EXTRA_DIST += auth.spec
-

Modified: branches/bind10-devel-20100319/src/bin/xfrin/Makefile.am
==============================================================================
--- branches/bind10-devel-20100319/src/bin/xfrin/Makefile.am (original)
+++ branches/bind10-devel-20100319/src/bin/xfrin/Makefile.am Fri Mar 19 12:15:09 2010
@@ -4,8 +4,6 @@
 
 b10_xfrindir = $(DESTDIR)$(pkgdatadir)
 b10_xfrin_DATA = xfrin.spec
-
-EXTRA_DIST = xfrin.spec
 
 CLEANFILES = b10-xfrin xfrin.pre xfrin.spec
 




More information about the bind10-changes mailing list