Skip to content

Commit eba1796

Browse files
authored
Merge pull request #8849 from jsquyres/pr/minor-makefile-updates
Minor makefile updates
2 parents 96d36f6 + 5e66d98 commit eba1796

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ EXTRA_DIST = \
3333
make_manpage.pl \
3434
md2nroff.pl \
3535
from-savannah/upstream-config.guess \
36-
from-savannah/upstream-config.sub
36+
from-savannah/upstream-config.sub \
37+
extract-3rd-party-configure.pl
3738

3839
maintainer-clean-local:
3940
rm -f opal_get_version.sh

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)