Hello,

the file man/umad_get_mad.3 was listed twice in libibumad/Makefile.am resulting 
in the following error:

/usr/bin/install: will not overwrite just-created 
`/home/vficet/work/infiniband/I686/usr/share/man/man3/umad_get_mad.3' with 
`man/umad_get_mad.3'

This patch removes the duplicated entry.

Cheers,

Vincent


Signed-off-by: Jean-Vincent Ficet <[email protected]>
---
 libibumad/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/libibumad/Makefile.am b/libibumad/Makefile.am
index 50222df..6e3f518 100644
--- a/libibumad/Makefile.am
+++ b/libibumad/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = -I$(srcdir)/include/infiniband -I$(includedir)
 
 man_MANS = man/umad_debug.3 man/umad_get_ca.3 \
 	   man/umad_get_ca_portguids.3 man/umad_get_cas_names.3 \
-	   man/umad_get_mad.3 man/umad_get_port.3 man/umad_init.3 \
+	   man/umad_get_port.3 man/umad_init.3 \
 	   man/umad_open_port.3 man/umad_close_port.3 man/umad_size.3 \
 	   man/umad_status.3 man/umad_alloc.3 man/umad_free.3 \
 	   man/umad_dump.3 man/umad_addr_dump.3 man/umad_get_fd.3 \

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to