[PATCH 2/3] fix automake warnings in blkid docs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The current code triggers this automake warning:
	shlibs/blkid/docs/Makefile.am:88: EXTRA_DIST must be set with `=' before using `+='

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
 shlibs/blkid/docs/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shlibs/blkid/docs/Makefile.am b/shlibs/blkid/docs/Makefile.am
index b8ea54e..ecebd2c 100644
--- a/shlibs/blkid/docs/Makefile.am
+++ b/shlibs/blkid/docs/Makefile.am
@@ -84,8 +84,8 @@ GTKDOC_LIBS=
 include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
-# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+# e.g. EXTRA_DIST = version.xml.in
+EXTRA_DIST = version.xml.in
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
-- 
1.6.5.rc2

--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux