diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-11 19:20:46 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-11 19:20:46 (GMT) |
commit | 479add08027e1f06a81cdfe43650766a41418ffb (patch) | |
tree | d0f580e40d8885252b237d545c61363fe29f8421 /fortran | |
parent | 3463353af0b2e09e08db58d09b2bc69058f28739 (diff) | |
download | hdf5-479add08027e1f06a81cdfe43650766a41418ffb.zip hdf5-479add08027e1f06a81cdfe43650766a41418ffb.tar.gz hdf5-479add08027e1f06a81cdfe43650766a41418ffb.tar.bz2 |
[svn-r4190]
Purpose:
Bug Fix
Description:
Back ported the fix to the module dependencies vis-a-vis the
ptesthdf5_fortran.f90 file.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/testpar/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index caefea7..4f5de0e 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -41,7 +41,8 @@ $(TEST_OBJ): $(TEST_HDR) ## Put in dependencies to the THDF5 module so that things will be built ## in the correct order. -thyperslab_wr.lo: thdf5.lo +thyperslab_wr.lo: $(srcdir)/thyperslab_wr.f90 thdf5.lo +ptesthdf5_fortran.lo: $(srcdir)/ptesthdf5_fortran.f90 thdf5.lo ptesthdf5_fortran: thdf5.lo thyperslab_wr.lo tcheck.lo ptesthdf5_fortran.lo @$(LT_LINK_FEXE) $(FFLAGS) -o $@ ptesthdf5_fortran.lo thdf5.lo thyperslab_wr.lo tcheck.lo $(LIBFORTRAN) $(LIBHDF5) $(LIBS) |