Skip to content

Commit 5e66d98

Browse files
committed
test/datatype/Makefile.am: fix typo
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 66a26c1 commit 5e66d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datatype/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ reduce_local_LDADD = \
102102
$(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \
103103
$(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
104104

105-
partial_local_SOURCES = partial.c
105+
partial_SOURCES = partial.c
106106
partial_LDFLAGS = $(OMPI_PKG_CONFIG_LDFLAGS)
107107
partial_LDADD = \
108108
$(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la \

0 commit comments

Comments
 (0)