Skip to content

Commit 8feff49

Browse files
committed
pmix: Fix filename typo
Looks like a filename was missed when pmix sucked in the installdirs framework. Fixing the typo fixes "make ctags" and "make cscope". Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 0a09b04 commit 8feff49

File tree

1 file changed

+1
-1
lines changed
  • opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix4x/pmix/src/mca/pinstalldirs/config/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ libmca_pinstalldirs_config_la_SOURCES = \
1919

2020
# This file is generated; we do not want to include it in the tarball
2121
nodist_libmca_pinstalldirs_config_la_SOURCES = \
22-
install_dirs.h
22+
pinstall_dirs.h

0 commit comments

Comments
 (0)