Skip to content

Commit d4530d8

Browse files
committed
oshmem: Fix tarball issue
Fixes open-mpi#1036
1 parent 4e1a4f0 commit d4530d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oshmem/shmem/man/man3/Makefile.extra

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,6 @@ shmem_api_man_pages = \
178178

179179
if PROJECT_OSHMEM
180180
nodist_man_MANS += $(shmem_api_man_pages)
181-
EXTRA_DIST += $(shmem_api_man_pages:.3=.3in)
182181
endif # PROJECT_OSHMEM
182+
EXTRA_DIST += $(shmem_api_man_pages:.3=.3in)
183+

0 commit comments

Comments
 (0)