mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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
This commit is contained in:
parent
91c1f420e6
commit
ef3b2df975
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user