From ee6a5bf86b2ae70add2575f0ed1eb882ee8cdd24 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 17 Sep 2001 11:41:15 -0500 Subject: [svn-r4443] Purpose: Bug fix Description: Added the condition that Parallel programs are dependent on the hdf5 library too. Platforms tested: eirene (parallel), modi4(serial and parallel). --- perform/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perform/Makefile.in b/perform/Makefile.in index 18a2229..31c6149 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -32,7 +32,7 @@ TEST_SRC=iopipe.c chunk.c overhead.c \ TEST_OBJ=$(TEST_SRC:.c=.lo) ## How to build the programs... they all depend on the hdf5 library -$(TEST_PROGS): $(LIBHDF5) +$(TEST_PROGS) $(TEST_PROGS_PARA): $(LIBHDF5) perf: perf.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ perf.lo $(LIBH5TEST) $(LIBHDF5) \ -- cgit v0.12