Skip to content

Commit 85b8017

Browse files
committed
fortran: fix something
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 816cfad commit 85b8017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ api_f08_generated.c: $(template_files)
5959
fortran \
6060
code \
6161
--lang c \
62-
--prototype-files $(template_prototype_files)
62+
--prototype-files $(template_files)
6363

6464
# Delete generated files on maintainer-clean
6565
MAINTAINERCLEANFILES = api_f08_generated.c

0 commit comments

Comments
 (0)