[Darshan-commits] [Darshan] branch, dev-modular, updated. efd500f045180f703b65ec537ed312c7bb13b40e

Service Account git at mcs.anl.gov
Fri Feb 20 10:44:23 CST 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  efd500f045180f703b65ec537ed312c7bb13b40e (commit)
      from  35f07b3803bd03fe2f7ec893c59b12970d700bbe (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 efd500f045180f703b65ec537ed312c7bb13b40e
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Fri Feb 20 10:44:01 2015 -0600

    makefile bug in darshan-util

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

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


Diff of changes:
diff --git a/darshan-util/Makefile.in b/darshan-util/Makefile.in
index 08db51e..73f6e55 100644
--- a/darshan-util/Makefile.in
+++ b/darshan-util/Makefile.in
@@ -42,7 +42,7 @@ mktestdir::
 uthash-1.9.2:
 	tar xjvf $(srcdir)/extern/uthash-1.9.2.tar.bz2
 
-darshan-posix-parser: darshan-posix-parser.c $(DARSHAN_LOG_FORMAT) darshan-logutils.h darshan-logutils.o | uthash-1.9.2
+darshan-posix-parser: darshan-posix-parser.c $(DARSHAN_LOG_FORMAT) darshan-logutils.h darshan-logutils.o
 	$(CC) $(CFLAGS) $(LDFLAGS) $< darshan-logutils.o -o $@ $(LIBS) 
 
 #darshan-parser: darshan-parser.c $(DARSHAN_LOG_FORMAT) darshan-logutils.h darshan-logutils.o | uthash-1.9.2
@@ -64,7 +64,7 @@ jenkins: util/bin/jenkins.o lookup3.o
 #	$(CC) $(CFLAGS)  $(LDFLAGS) $< darshan-logutils.o -o $@ $(LIBS)
 #darshan-diff.o: darshan-diff.c
 #	$(CC) $(CFLAGS) -c  $< -o $@
-darshan-logutils.o: darshan-logutils.c
+darshan-logutils.o: darshan-logutils.c | uthash-1.9.2
 	$(CC) $(CFLAGS) -c  $< -o $@
 darshan-logutils.po: darshan-logutils.c
 	$(CC) $(CFLAGS_SHARED) -c  $< -o $@


hooks/post-receive
--



More information about the Darshan-commits mailing list