summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-04 20:23:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-04 20:23:25 (GMT)
commit8e52b3c7982dd7a3a4ef5d82fa2b09ae640f1a7e (patch)
tree270972997af5521f8d537eba3024cd46d200c814 /fortran/test/Makefile.am
parent548608ed7f7da50b37b14496a8cfaa08c40a1b1c (diff)
downloadhdf5-8e52b3c7982dd7a3a4ef5d82fa2b09ae640f1a7e.zip
hdf5-8e52b3c7982dd7a3a4ef5d82fa2b09ae640f1a7e.tar.gz
hdf5-8e52b3c7982dd7a3a4ef5d82fa2b09ae640f1a7e.tar.bz2
[svn-r11202] Purpose:
bug fix. Description: Fortran test, fflush2, depends on a file created by fflush1. Fixed Makefile to reflect such a dependency. Platforms tested: heping.
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r--fortran/test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index e5ad3bf..4c9d910 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -62,4 +62,7 @@ MOSTLYCLEANFILES=*.tmp
# from tests in conclude.am)
HDF_FORTRAN=yes
+# fflush2 depends on files created by fflush1
+fflush2.chkexe_: fflush1.chkexe_
+
include $(top_srcdir)/config/conclude.am