[mpich] MPICH primary repository branch, master, updated. v3.2-378-g3ea7589
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 3ea7589e05e629f65c9c5a4fdfe8ae73d8beef9d (commit) from d6b71d4307d69f1927b89beba999dea05a52b7a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/3ea7589e05e629f65c9c5a4fdfe8ae73d8... commit 3ea7589e05e629f65c9c5a4fdfe8ae73d8beef9d Author: Ken Raffenetti <[email protected]> Date: Thu Aug 4 14:17:05 2016 -0500 Makefile.am: Fix typo in variable usage No reviewer. diff --git a/Makefile.am b/Makefile.am index 1f91ca2..a28e257 100644 --- a/Makefile.am +++ b/Makefile.am @@ -512,7 +512,7 @@ mandoc-local: $(mpi_sources:.c=.man-phony) $(doc1_src_txt:.txt=.man1-phony) \ fi \ fi \ done - (cd $($abs_top_builddir) && $(abs_top_srcdir)/doc/mansrc/mancnst) + (cd $(abs_top_builddir) && $(abs_top_srcdir)/doc/mansrc/mancnst) # use htmldoc-local target to force directory creation before running DOCTEXT # Note that the mpi.cit is appended to by each update, so it must be removed ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org