Fix two more missing escapes.
Sorry about breaking the tree with typos, I think this should fix all of them. This commit was SVN r7482.
Этот коммит содержится в:
родитель
7acf0a6bdb
Коммит
cfa09dc0e7
@ -39,7 +39,7 @@ mcacomponentdir = $(libdir)/openmpi
|
||||
mcacomponent_LTLIBRARIES = $(component_install)
|
||||
mca_iof_null_la_SOURCES = $(null_SOURCES)
|
||||
mca_iof_null_la_LIBADD = \
|
||||
$(top_ompi_builddir)/orte/liborte.la
|
||||
$(top_ompi_builddir)/orte/liborte.la \
|
||||
$(top_ompi_builddir)/opallibopal.la
|
||||
mca_iof_null_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
@ -47,7 +47,7 @@ mca_pls_tm_la_SOURCES = $(component_sources)
|
||||
mca_pls_tm_la_LDFLAGS = -module -avoid-version $(pls_tm_LDFLAGS)
|
||||
mca_pls_tm_la_LIBADD = \
|
||||
$(pls_tm_LIBS) \
|
||||
$(top_ompi_builddir)/orte/liborte.la
|
||||
$(top_ompi_builddir)/orte/liborte.la \
|
||||
$(top_ompi_builddir)/opal/libopal.la
|
||||
|
||||
noinst_LTLIBRARIES = $(lib)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user