When the code compiled not from the source dir itself, 'make install' fails. Fixing the wrong file location.
I'd like to see this fix in ofed_1_3 as well, but it's your call. Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- infiniband-diags/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/infiniband-diags/Makefile.am b/infiniband-diags/Makefile.am index ca66e2d..26306f9 100644 --- a/infiniband-diags/Makefile.am +++ b/infiniband-diags/Makefile.am @@ -117,4 +117,4 @@ dist-hook: # install this to a default location. install-data-hook: - $(top_srcdir)/config/install-sh -m 444 scripts/IBswcountlimits.pm $(DESTDIR)/$(PERL_INSTALLDIR)/IBswcountlimits.pm + $(top_srcdir)/config/install-sh -m 444 $(top_srcdir)/scripts/IBswcountlimits.pm $(DESTDIR)/$(PERL_INSTALLDIR)/IBswcountlimits.pm -- 1.5.1.4 _______________________________________________ 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
