From 8fb8a22bfd1421c508ab96f7e165289226d415f1 Mon Sep 17 00:00:00 2001 From: James Laird Date: Sun, 6 Feb 2005 11:30:11 -0500 Subject: [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 --- fortran/testpar/Makefile.am | 1 + fortran/testpar/Makefile.in | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v0.12