File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
ompi/mpi/fortran/use-mpi-tkr Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
# University of Stuttgart. All rights reserved.
11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# 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
14
14
# Copyright (c) 2007 Los Alamos National Security, LLC. All rights
15
15
# reserved.
16
16
# Copyright (c) 2014-2015 Research Organization for Information Science
@@ -85,9 +85,8 @@ if BUILD_FORTRAN_SIZEOF
85
85
nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES += \
86
86
mpi-tkr-sizeof.h \
87
87
mpi-tkr-sizeof.f90
88
-
89
- mpi.lo : mpi-tkr-sizeof.h
90
88
endif
89
+ mpi.lo : $(nodist_lib@OMPI_LIBMPI_NAME@_usempi_la_SOURCES )
91
90
92
91
# Note that we invoke some OPAL functions directly in
93
92
# libmpi_usempi.la, so we need to link in the OPAL library directly
You can’t perform that action at this time.
0 commit comments