Fix typo
This commit was SVN r27717.
Этот коммит содержится в:
родитель
852a709c0e
Коммит
72bea688f1
@ -42,7 +42,7 @@ dist_pkgdata_DATA = help-orte-checkpoint.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_checkpoint_SOURCES = orte-checkpoint.c
|
||||
orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la
|
||||
orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # WANT_FT_CR
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-clean.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_clean_SOURCES = orte-clean.c
|
||||
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
||||
|
@ -64,7 +64,7 @@ orte_info_SOURCES = \
|
||||
components.c \
|
||||
version.c
|
||||
|
||||
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_info_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
clean-local:
|
||||
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
|
||||
|
@ -34,7 +34,7 @@ dist_pkgdata_DATA = help-orte-migrate.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_migrate_SOURCES = orte-migrate.c
|
||||
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_migrate_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # WANT_FT_CR
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-ps.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_ps_SOURCES = orte-ps.c
|
||||
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
||||
|
@ -42,7 +42,7 @@ dist_pkgdata_DATA = help-orte-restart.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_restart_SOURCES = orte-restart.c
|
||||
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # WANT_FT_CR
|
||||
endif # ORTE_DISABLE_FULL_SUPPORT
|
||||
|
@ -40,7 +40,7 @@ dist_pkgdata_DATA = help-orte-top.txt
|
||||
endif # OMPI_INSTALL_BINARIES
|
||||
|
||||
orte_top_SOURCES = orte-top.c
|
||||
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orte_top_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # ORTE_DISABLE_FULL_SUPPORT
|
||||
|
||||
|
@ -45,7 +45,7 @@ orted_SOURCES = orted.c
|
||||
# nice for systems that don't have all the shared
|
||||
# libraries on the computes
|
||||
orted_LDFLAGS =
|
||||
orted_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orted_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
||||
|
@ -53,7 +53,7 @@ orterun_SOURCES = \
|
||||
orterun.c \
|
||||
orterun.h
|
||||
|
||||
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/orte/libopen-pal.la
|
||||
orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
|
||||
|
||||
endif # !ORTE_DISABLE_FULL_SUPPORT
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user