[svn-r11018] Purpose:

Bug fix

Description:
Fixed error in Fortran examples on modi4.

Solution:
Added another dependency in the Fortran examples.

Platforms tested:
mir, modi4 (serial and parallel)
This commit is contained in:
James Laird 2005-07-05 12:42:19 -05:00
parent 3ce62a7877
commit 7c7a856c5f
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ HDF_FORTRAN=yes
# Some examples depend on files created by other examples.
rwdsetexample.chkexe_ attrexample.chkexe_: dsetexample.chkexe_
grpdsetexample.chkexe_: grpsexample.chkexe_
refregexample.chkexe_: refobjexample.chkexe_
# Tell automake how to build examples using h5fc
# Additional dependencies for the examples are listed below

View File

@ -493,6 +493,7 @@ uninstall-am: uninstall-info-am uninstall-local
# Some examples depend on files created by other examples.
rwdsetexample.chkexe_ attrexample.chkexe_: dsetexample.chkexe_
grpdsetexample.chkexe_: grpsexample.chkexe_
refregexample.chkexe_: refobjexample.chkexe_
# Tell automake how to build examples using h5fc
# Additional dependencies for the examples are listed below