summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/commence.in4
-rw-r--r--fortran/testpar/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in
index 6abbfc5..b3d4f6e 100644
--- a/fortran/config/commence.in
+++ b/fortran/config/commence.in
@@ -79,6 +79,10 @@ PROGS=
TEST_PROGS=
TEST_FLAGS=
TEST_SCRIPTS=
+AUX_LIB=
+EXAMPLE_PROGS=
+SUBDIRS=
+LIBHDF5=
## The default is to build the library and/or programs. We must build
## them sequentially.
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 2ee682a..2cf5cef 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -47,7 +47,7 @@ TEST_OBJ=$(TEST_SRC:.f90=.lo)
TEST_HDR=
## How to build the tests... They all depend on the hdf5 library
-$(TEST_PROGS): $(LIBHDF5) $(LIBH5TEST)
+$(TEST_PROGS): $(LIBHDF5)
$(TEST_OBJ): $(TEST_HDR)