[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-72-g910d55f

Service Account git at mcs.anl.gov
Fri Mar 27 12:11:49 CDT 2015


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 "".

The branch, dev-modular has been updated
       via  910d55f263a84e56b822e0c331f7f518fb832dee (commit)
      from  1110d3a68ddd47537460b6e07f32125188bf6391 (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 -----------------------------------------------------------------
commit 910d55f263a84e56b822e0c331f7f518fb832dee
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Fri Mar 27 12:11:35 2015 -0500

    makefile bug fix

-----------------------------------------------------------------------

Summary of changes:
 darshan-runtime/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Diff of changes:
diff --git a/darshan-runtime/Makefile.in b/darshan-runtime/Makefile.in
index bd00440..019bb51 100644
--- a/darshan-runtime/Makefile.in
+++ b/darshan-runtime/Makefile.in
@@ -102,7 +102,7 @@ endif
 	install -m 755 share/mpi-profile/darshan-bg-cxx.conf $(datarootdir)/mpi-profile/darshan-bg-cxx.conf
 	install -m 755 share/mpi-profile/darshan-bg-f.conf $(datarootdir)/mpi-profile/darshan-bg-f.conf
 	install -m 644 darshan-base-ld-opts $(datarootdir)/darshan-base-ld-opts
-	install -m 644 darshan-posix-ld-opts $(datarootdir)/darshan-posix-ld-opts
+	install -m 644 $(srcdir)/darshan-posix-ld-opts $(datarootdir)/darshan-posix-ld-opts
 	install -d $(libdir)/pkgconfig
 	install -m 644 lib/pkgconfig/darshan-runtime.pc $(libdir)/pkgconfig/darshan-runtime.pc
 


hooks/post-receive
--



More information about the Darshan-commits mailing list