[Darshan-commits] [Git][darshan/darshan][mmap-dev] fix out-of-tree makefile bug in darshan-util
Shane Snyder
xgitlab at cels.anl.gov
Fri Jun 10 16:16:07 CDT 2016
Shane Snyder pushed to branch mmap-dev at darshan / darshan
Commits:
69c954df by Shane Snyder at 2016-06-10T16:15:49-05:00
fix out-of-tree makefile bug in darshan-util
- - - - -
1 changed file:
- darshan-util/Makefile.in
Changes:
=====================================
darshan-util/Makefile.in
=====================================
--- a/darshan-util/Makefile.in
+++ b/darshan-util/Makefile.in
@@ -146,7 +146,7 @@ endif
install -m 644 $(srcdir)/../darshan-bgq-log-format.h $(includedir)
install -d $(includedir)/uthash-1.9.2
install -d $(includedir)/uthash-1.9.2/src
- install -m 644 uthash-1.9.2/src/uthash.h $(includedir)/uthash-1.9.2/src/
+ install -m 644 $(srcdir)/uthash-1.9.2/src/uthash.h $(includedir)/uthash-1.9.2/src/
install -m 644 $(DARSHAN_LOG_FORMAT) $(includedir)
install -m 755 darshan-job-summary/bin/darshan-job-summary.pl $(bindir)
install -d $(libdir)/TeX
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/69c954df9eca74aff06f40dcba8eeb098adbc759
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160610/7262cd20/attachment.html>
More information about the Darshan-commits
mailing list