Skip to content

Commit 3f081e0

Browse files
committed
oshmem: fix make uninstall
This fixes a typo introduced in e0e924c Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 190d5f1 commit 3f081e0

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)