diff options
Diffstat (limited to 'fortran/testpar/Makefile.in')
-rw-r--r-- | fortran/testpar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |