summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/Makefile.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-06 16:30:11 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-06 16:30:11 (GMT)
commit8fb8a22bfd1421c508ab96f7e165289226d415f1 (patch)
tree0adb557264edb40acb82dc0db6e15f47a547370c /fortran/testpar/Makefile.am
parent70f7afdb36ea320af1c9060a98f9775dfe0d6be1 (diff)
downloadhdf5-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/testpar/Makefile.am')
-rw-r--r--fortran/testpar/Makefile.am1
1 files changed, 1 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