Skip to content

Commit ec23e9f

Browse files
authored
Merge pull request #5109 from ggouaillardet/topic/v2.x/use-mpi-tkr-sizeof
fortran/tkr: Fix Makefile.am warnings
2 parents c2bb270 + 40cc00c commit ec23e9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved
1414
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
1515
# reserved.
1616
# Copyright (c) 2014-2015 Research Organization for Information Science
@@ -85,9 +85,8 @@ if BUILD_FORTRAN_SIZEOF
8585
nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
8686
mpi-tkr-sizeof.h \
8787
mpi-tkr-sizeof.f90
88-
89-
mpi.lo: mpi-tkr-sizeof.h
9088
endif
89+
mpi.lo: $(nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES)
9190

9291
# Note that we invoke some OPAL functions directly in
9392
# libmpi_usempi.la, so we need to link in the OPAL library directly

0 commit comments

Comments
 (0)