Skip to content

Commit 7fbaba0

Browse files
authored
Merge pull request #2288 from jjhursey/topic/v2.x-libmpi-fortran-fix
mpi/fortran: Add missing variable marker in Fortran use-mpi-ignore-tkr Makefile.am
2 parents 87a79fa + 9813cad commit 7fbaba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif
5353
# libmpi_usempi_ignore_tkr.la, so we need to link in the OPAL library
5454
# directly (pulling it in indirectly via libmpi.la does not work on
5555
# all platforms).
56-
libOMPI_LIBMPI_NAME_usempi_ignore_tkr_la_LIBADD = \
56+
lib@OMPI_LIBMPI_NAME@_usempi_ignore_tkr_la_LIBADD = \
5757
$(OMPI_MPIEXT_USEMPI_LIBS) \
5858
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected]
5959
lib@OMPI_LIBMPI_NAME@_usempi_ignore_tkr_la_LDFLAGS = \

0 commit comments

Comments
 (0)