Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 29a7622

Browse files
committed
fortran: only have one _LIBADD
Accidentally added a 2nd _LIBADD in a prior commit. This commit merges them back into a single _LIBADD. (cherry picked from commit open-mpi/ompi@e57861b)
1 parent 92fa842 commit 29a7622

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ libmpi_usempi_la_SOURCES = \
7474
mpi_waitsome_f90.f90 \
7575
mpi_wtick_f90.f90 \
7676
mpi_wtime_f90.f90
77-
libmpi_usempi_la_LIBADD = \
78-
$(top_builddir)/ompi/mpi/fortran/mpif-h/libmpi_mpifh.la
7977

8078
# Don't distribute mpi-tkr-sizeof-*; they're generated.
8179

@@ -91,6 +89,7 @@ endif
9189
# (pulling it in indirectly via libmpi.la does not work on all
9290
# platforms).
9391
libmpi_usempi_la_LIBADD = \
92+
$(top_builddir)/ompi/mpi/fortran/mpif-h/libmpi_mpifh.la \
9493
$(OMPI_MPIEXT_USEMPI_LIBS) \
9594
$(OMPI_TOP_BUILDDIR)/opal/lib@[email protected]
9695
# Set the library version

0 commit comments

Comments
 (0)