1
1

another fix for --enable-dlopen for ugni btl

missed a change to create libmca_common_ugni.la
file correctly.
Этот коммит содержится в:
Howard Pritchard 2014-11-10 13:40:59 -07:00
родитель a904a2deeb
Коммит 6c8c9cb4a3

Просмотреть файл

@ -56,7 +56,7 @@ ompi__v_LN_SCOMP_ = $(ompi__v_LN_SCOMP_$AM_DEFAULT_VERBOSITY)
ompi__v_LN_SCOMP_0 = @echo " LN_S " `basename $(component_install)`;
all-local:
$(OMPI_V_LN_SCOMP) if test -z "$(mcacomponent_LTLIBRARIES)"; then \
$(OMPI_V_LN_SCOMP) if test -z "$(lib_LTLIBRARIES)"; then \
rm -f "$(component_install)"; \
$(LN_S) "$(component_noinst)" "$(component_install)"; \
fi