summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-22 18:23:48 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-22 18:23:48 (GMT)
commitef3b2df9752139ea4e1b855447d8509066f23800 (patch)
tree52bd674d5d1446eeb156cb31a08eb2d379d4c2d3 /fortran
parent91c1f420e6aa72a9f90b62d9db62f8a566a65467 (diff)
downloadhdf5-ef3b2df9752139ea4e1b855447d8509066f23800.zip
hdf5-ef3b2df9752139ea4e1b855447d8509066f23800.tar.gz
hdf5-ef3b2df9752139ea4e1b855447d8509066f23800.tar.bz2
[svn-r15067] Maintenance: Daily tests failed on several platforms due to the broken dependencies when
srcdir and parallel make are used; fixed (I hope) Platforms tested: kagiso with srcdir and parallel make; pgcc and pgf90 -i8 compilers
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/Makefile.am8
-rw-r--r--fortran/test/Makefile.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index 6fbbfb3..4aa62cf 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -74,9 +74,9 @@ fflush2.chkexe_: fflush1.chkexe_
# determining this automagically (like we do with the C files). So, when
# doing a parallel make, some modules could be made way before the
# modules they depend upon are actually made. *sigh*
-fortranlib_test.lo: fortranlib_test.f90 tf.lo
-fortranlib_test_1_8.lo: fortranlib_test_1_8.f90 tf.lo
-tH5A_1_8.lo: tH5A_1_8.f90 tf.lo
-tH5G_1_8.lo: tH5G_1_8.f90 tf.lo
+fortranlib_test.lo: $(srcdir)/fortranlib_test.f90 tf.lo
+fortranlib_test_1_8.lo: $(srcdir)/fortranlib_test_1_8.f90 tf.lo
+tH5A_1_8.lo: $(srcdir)/tH5A_1_8.f90 tf.lo
+tH5G_1_8.lo: $(srcdir)/tH5G_1_8.f90 tf.lo
include $(top_srcdir)/config/conclude.am
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index e313325..0a63845 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -823,10 +823,10 @@ fflush2.chkexe_: fflush1.chkexe_
# determining this automagically (like we do with the C files). So, when
# doing a parallel make, some modules could be made way before the
# modules they depend upon are actually made. *sigh*
-fortranlib_test.lo: fortranlib_test.f90 tf.lo
-fortranlib_test_1_8.lo: fortranlib_test_1_8.f90 tf.lo
-tH5A_1_8.lo: tH5A_1_8.f90 tf.lo
-tH5G_1_8.lo: tH5G_1_8.f90 tf.lo
+fortranlib_test.lo: $(srcdir)/fortranlib_test.f90 tf.lo
+fortranlib_test_1_8.lo: $(srcdir)/fortranlib_test_1_8.f90 tf.lo
+tH5A_1_8.lo: $(srcdir)/tH5A_1_8.f90 tf.lo
+tH5G_1_8.lo: $(srcdir)/tH5G_1_8.f90 tf.lo
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.