Skip to content

Commit d523229

Browse files
committed
fortran: remove useless CPPFLAGS assignment
These -D's are for C compilation, not Fortran compilation. Remove this useless statement. Signed-off-by: Jeff Squyres <[email protected]>
1 parent dd2d7d2 commit d523229

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- makefile -*-
22
#
3-
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
3+
# Copyright (c) 2006-2019 Cisco Systems, Inc. All rights reserved.
44
# Copyright (c) 2015-2018 Research Organization for Information Science
55
# and Technology (RIST). All rights reserved.
66
# Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -19,8 +19,6 @@ include $(top_srcdir)/Makefile.ompi-rules
1919
# mpi" MPI bindings.
2020
if OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS
2121

22-
AM_CPPFLAGS = -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_FORTRAN_WRAPPERS=1
23-
2422
AM_FCFLAGS = -I$(top_builddir)/ompi/include -I$(top_srcdir)/ompi/include \
2523
-I$(top_builddir) -I$(top_srcdir) $(FCFLAGS_f90)
2624

0 commit comments

Comments
 (0)