From 7c7a856c5fe4091636c0b6a58a0d841bda5cefce Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 5 Jul 2005 12:42:19 -0500 Subject: [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) --- fortran/examples/Makefile.am | 1 + fortran/examples/Makefile.in | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v0.12