summaryrefslogtreecommitdiffstats
path: root/fortran/examples
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-07-05 17:42:19 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-07-05 17:42:19 (GMT)
commit7c7a856c5fe4091636c0b6a58a0d841bda5cefce (patch)
tree2811c9fc5e1a956f478c147253557fef4fb51128 /fortran/examples
parent3ce62a78771a24fb93ded6f0580304141bfd28e3 (diff)
downloadhdf5-7c7a856c5fe4091636c0b6a58a0d841bda5cefce.zip
hdf5-7c7a856c5fe4091636c0b6a58a0d841bda5cefce.tar.gz
hdf5-7c7a856c5fe4091636c0b6a58a0d841bda5cefce.tar.bz2
[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)
Diffstat (limited to 'fortran/examples')
-rw-r--r--fortran/examples/Makefile.am1
-rw-r--r--fortran/examples/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am
index 57aadb1..92dabfb 100644
--- a/fortran/examples/Makefile.am
+++ b/fortran/examples/Makefile.am
@@ -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
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 008178d..5a4b714 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -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