summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/testpar/Makefile.am1
-rw-r--r--fortran/testpar/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am
index ce0123a..0a096d5 100644
--- a/fortran/testpar/Makefile.am
+++ b/fortran/testpar/Makefile.am
@@ -62,6 +62,7 @@ uninstall-local:
# Put in dependencies to the THDF5 module so that things will be built
# in the correct order.
+thdf5.lo: thdf5.o
thyperslab_wr.o: $(srcdir)/thyperslab_wr.f90 thdf5.lo
ptesthdf5_fortran.o: $(srcdir)/ptesthdf5_fortran.f90 thdf5.lo
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 1bf259e..f4b367a 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -475,6 +475,7 @@ uninstall-local:
# Put in dependencies to the THDF5 module so that things will be built
# in the correct order.
+thdf5.lo: thdf5.o
thyperslab_wr.o: $(srcdir)/thyperslab_wr.f90 thdf5.lo
ptesthdf5_fortran.o: $(srcdir)/ptesthdf5_fortran.f90 thdf5.lo