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

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


Author: jreed
Date: Fri Mar 19 12:25:20 2010
New Revision: 1580

Log:
merge 1579 from trunk: fix my error: must be set with `=' before using `+='

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

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:25:20 2010
@@ -8,7 +8,7 @@
 CLEANFILES = b10-xfrin xfrin.pre xfrin.spec
 
 man_MANS = b10-xfrin.8
-EXTRA_DIST += $(man_MANS) b10-xfrin.xml
+EXTRA_DIST = $(man_MANS) b10-xfrin.xml
 
 if ENABLE_MAN
 




More information about the bind10-changes mailing list