From 547fd635d1010c36199fff7fd56246d6da7a6ddd Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 6 Apr 2009 14:04:00 +0000 Subject: [PATCH] Update the Makefile for ortetools so the trunk can compile This commit was SVN r20943. --- ompi/tools/ortetools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/tools/ortetools/Makefile.am b/ompi/tools/ortetools/Makefile.am index f9cf529936..2c781b339b 100644 --- a/ompi/tools/ortetools/Makefile.am +++ b/ompi/tools/ortetools/Makefile.am @@ -18,7 +18,7 @@ # $HEADER$ # -man_pages = mpirun.1 mpiexec.1 ompi-iof.1 ompi-ps.1 ompi-top.1 ompi-clean.1 +man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-iof.1 ompi-clean.1 ompi-checkpoint.1 ompi-restart.1 ompi-top.1 if OMPI_INSTALL_BINARIES if !ORTE_DISABLE_FULL_SUPPORT @@ -73,7 +73,7 @@ $(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1: (cd $(top_builddir)/orte/tools/orte-checkpoint && $(MAKE) $(AM_MAKEFLAGS) orte-checkpoint.1) ompi-checkpoint.1: $(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1 - cp -f $(top_builddir)/orte/tools/orte-clean/orte-checkpoint.1 ompi-checkpoint.1 + cp -f $(top_builddir)/orte/tools/orte-checkpoint/orte-checkpoint.1 ompi-checkpoint.1 $(top_builddir)/orte/tools/orte-iof/orte-iof.1: (cd $(top_builddir)/orte/tools/orte-iof && $(MAKE) $(AM_MAKEFLAGS) orte-iof.1)