Skip to content

Commit 945f830

Browse files
ggouaillardetjsquyres
authored andcommitted
mtl/ofi: fix configury when VPATH is used
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent f53a4f2 commit 945f830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/mtl/ofi/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mtl_ofi_sources = \
5555
# files should be added to generated_source_modules, as well as adding
5656
# their .c variants to generated_sources.
5757
%.c : %.pm;
58-
$(PERL) generate-opt-funcs.pl $@
58+
$(PERL) -I$(top_srcdir)/ompi/mca/mtl/ofi $(top_srcdir)/ompi/mca/mtl/ofi/generate-opt-funcs.pl $@
5959

6060
# Make the output library in this directory, and name it either
6161
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

0 commit comments

Comments
 (0)