Skip to content

Commit 68ef097

Browse files
Merge pull request #6811 from ggouaillardet/topic/usempif08_sentinel
fortran/use-mpi-f08: do not slurp the sentinel module files
2 parents 7b7ad5e + 5de5e75 commit 68ef097

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Copyright (c) 2012-2013 Inria. All rights reserved.
88
# Copyright (c) 2013-2018 Los Alamos National Security, LLC. All rights
99
# reserved.
10-
# Copyright (c) 2015-2018 Research Organization for Information Science
11-
# and Technology (RIST). All rights reserved.
10+
# Copyright (c) 2015-2019 Research Organization for Information Science
11+
# and Technology (RIST). All rights reserved.
1212
# Copyright (c) 2016 IBM Corporation. All rights reserved.
1313
# Copyright (c) 2017-2018 FUJITSU LIMITED. All rights reserved.
1414
# Copyright (c) 2019 Triad National Security, LLC. All rights
@@ -822,7 +822,6 @@ endif
822822
#
823823

824824
lib@OMPI_LIBMPI_NAME@_usempif08_la_LIBADD = \
825-
$(module_sentinel_file) \
826825
$(OMPI_MPIEXT_USEMPIF08_LIBS) \
827826
$(top_builddir)/ompi/mpi/fortran/mpif-h/lib@OMPI_LIBMPI_NAME@_mpifh.la \
828827
$(top_builddir)/ompi/lib@[email protected]

0 commit comments

Comments
 (0)