Skip to content

Commit 5377de6

Browse files
committed
vpath build fix
Signed-off-by: Howard Pritchard <[email protected]>
1 parent f6218c0 commit 5377de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
578578
abi.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

0 commit comments

Comments
 (0)