Skip to content

Commit 6a2c60a

Browse files
authored
Merge pull request #13339 from wjjahah/main
fix: Eliminate potential ODR risks
2 parents cfb5505 + eba30b2 commit 6a2c60a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/common/ucx/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ lib@OPAL_LIB_NAME@mca_common_ucx_la_LDFLAGS = \
6161
$(common_ucx_LDFLAGS)
6262
lib@OPAL_LIB_NAME@mca_common_ucx_la_LIBADD = \
6363
$(common_ucx_LIBS) \
64-
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected] \
65-
$(OMPI_TOP_BUILDDIR)/opal/mca/memory/libmca_memory.la
64+
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected]
6665
lib@OPAL_LIB_NAME@mca_common_ucx_noinst_la_SOURCES = \
6766
$(headers) $(sources)
6867
lib@OPAL_LIB_NAME@mca_common_ucx_noinst_la_CPPFLAGS = \

0 commit comments

Comments
 (0)