Missed 2 lines in the patch.

Below is the correct patch:

---
The following patch removes manpage symbolic links so that
they may be relinked in the install.

Suggested by Michael Tsirkin.

Signed-off-by: Jack Morgenstein <[EMAIL PROTECTED]>

diff --git a/Makefile.am b/Makefile.am
index 5d2383e..705b184 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,20 @@ dist-hook: libibverbs.spec
 
 install-data-hook:
        cd $(DESTDIR)$(mandir)/man3 && \
+       $(RM) ibv_ack_async_event.3 && \
+       $(RM) ibv_ack_cq_events.3 && \
+       $(RM) ibv_close_device.3 && \
+       $(RM) ibv_dealloc_pd.3 && \
+       $(RM) ibv_dereg_mr.3 && \
+       $(RM) ibv_destroy_ah.3 && \
+       $(RM) ibv_destroy_comp_channel.3 && \
+       $(RM) ibv_destroy_cq.3 && \
+       $(RM) ibv_destroy_qp.3 && \
+       $(RM) ibv_destroy_srq.3 && \
+       $(RM) ibv_detach_mcast.3 && \
+       $(RM) ibv_free_device_list.3 && \
+       $(RM) ibv_init_ah_from_wc.3 && \
+       $(RM) mult_to_ibv_rate.3 && \
        $(LN_S) ibv_get_async_event.3 ibv_ack_async_event.3 && \
        $(LN_S) ibv_get_cq_event.3 ibv_ack_cq_events.3 && \
        $(LN_S) ibv_open_device.3 ibv_close_device.3 && \

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

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

Reply via email to