Skip to content

Commit 1e15c0b

Browse files
Merge pull request #6906 from ggouaillardet/topic/oshmem_wrappers
oshmem: fix make uninstall
2 parents 190d5f1 + 3f081e0 commit 1e15c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/tools/wrappers/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif # CASE_SENSITIVE_FS
111111

112112
if PROJECT_ORTE
113113
targets_install_exec += install-exec-rte
114-
targets_uninstall_local += uninstall-rte
114+
targets_uninstall_local += uninstall-local-rte
115115
endif # PROJECT_ORTE
116116

117117
install-exec-hook: $(targets_install_exec)

0 commit comments

Comments
 (0)