File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -572,13 +572,13 @@ standard_abi/mpi.h: $(top_srcdir)/docs/mpi-standard-apis.json $(top_srcdir)/ompi
572572 --input $(top_srcdir ) /ompi/mpi/c/abi.h.in \
573573 --abi-json $(top_srcdir ) /docs/mpi-standard-abi.json \
574574 --pympistd $(top_srcdir ) /3rd-party/pympistandard \
575- --output $( top_srcdir ) /ompi/mpi/c/standard_abi/mpi.h
575+ --output $@
576576
577577# Mangled version
578578abi.h : $(top_srcdir ) /docs/mpi-standard-apis.json $(top_srcdir ) /ompi/mpi/bindings/c_header.py
579579 $(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/c_header.py \
580580 --input $(top_srcdir ) /ompi/mpi/c/abi.h.in \
581- --output $( top_srcdir ) /ompi/mpi/c/abi.h \
581+ --output $@ \
582582 --abi-json $(top_srcdir ) /docs/mpi-standard-abi.json \
583583 --pympistd-dir $(top_srcdir ) /3rd-party/pympistandard \
584584 --mangle-names
You can’t perform that action at this time.
0 commit comments