Skip to content

Commit 8e80191

Browse files
committed
vpath fix
Signed-off-by: Howard Pritchard <[email protected]>
1 parent a4680dc commit 8e80191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/tools/mpirun/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if OMPI_WANT_PRRTE
1818
# to help VPATH'd builds find prrte_version.h
1919
#
2020
AM_CFLAGS = \
21-
-I$(includedir)
21+
-I$(top_srcdir)/3rd-party/prrte/inclulde -I$(includedir)
2222

2323
bin_PROGRAMS = mpirun
2424

0 commit comments

Comments
 (0)