File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
ompi/mpi/fortran/use-mpi-f08 Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -433,16 +433,17 @@ lib@OMPI_LIBMPI_NAME@_usempif08_profile_la_FCFLAGS = \
433433if OMPI_GENERATE_BINDINGS
434434
435435include Makefile.prototype_files
436+ template_files =${prototype_files:%=$(abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08/%}
436437
437- api_f08_generated.F90 : $(prototype_files )
438+ api_f08_generated.F90 : $(template_files )
438439 $(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
439440 --builddir $(abs_top_builddir ) \
440441 --srcdir $(abs_top_srcdir ) \
441442 --output $(abs_builddir ) /$@ \
442443 fortran \
443444 code \
444445 --lang fortran \
445- --prototype-files $(prototype_files )
446+ --prototype-files $(template_files )
446447
447448EXTRA_DIST = $(prototype_files )
448449
Original file line number Diff line number Diff line change 4949if OMPI_GENERATE_BINDINGS
5050
5151include ../Makefile.prototype_files
52- template_files =${prototype_files:%=.. /%}
52+ template_files =${prototype_files:%=$( abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08 /%}
5353
5454api_f08_generated.c : $(template_files )
5555 $(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ config_h = \
8080if OMPI_GENERATE_BINDINGS
8181
8282include ../Makefile.prototype_files
83- template_files =${prototype_files:%=.. /%}
83+ template_files =${prototype_files:%=$( abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08 /%}
8484
8585mpi-f08-interfaces-generated.h : $(template_files )
8686 $(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
You can’t perform that action at this time.
0 commit comments