diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-06 16:30:11 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-06 16:30:11 (GMT) |
commit | 8fb8a22bfd1421c508ab96f7e165289226d415f1 (patch) | |
tree | 0adb557264edb40acb82dc0db6e15f47a547370c /fortran | |
parent | 70f7afdb36ea320af1c9060a98f9775dfe0d6be1 (diff) | |
download | hdf5-8fb8a22bfd1421c508ab96f7e165289226d415f1.zip hdf5-8fb8a22bfd1421c508ab96f7e165289226d415f1.tar.gz hdf5-8fb8a22bfd1421c508ab96f7e165289226d415f1.tar.bz2 |
[svn-r9946] Purpose:
Bug fix
Description:
Parallel make was having trouble in fortran/testpar directory
on sol.
Solution:
Added a dependency to ensure that things are built in the correct order.
Platforms tested:
sol
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/testpar/Makefile.am | 1 | ||||
-rw-r--r-- | fortran/testpar/Makefile.in | 1 |
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 |