We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53a4f2 commit 945f830Copy full SHA for 945f830
ompi/mca/mtl/ofi/Makefile.am
@@ -55,7 +55,7 @@ mtl_ofi_sources = \
55
# files should be added to generated_source_modules, as well as adding
56
# their .c variants to generated_sources.
57
%.c : %.pm;
58
- $(PERL) generate-opt-funcs.pl $@
+ $(PERL) -I$(top_srcdir)/ompi/mca/mtl/ofi $(top_srcdir)/ompi/mca/mtl/ofi/generate-opt-funcs.pl $@
59
60
# Make the output library in this directory, and name it either
61
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
0 commit comments