From 8e52b3c7982dd7a3a4ef5d82fa2b09ae640f1a7e Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 4 Aug 2005 15:23:25 -0500 Subject: [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. --- fortran/test/Makefile.am | 3 +++ fortran/test/Makefile.in | 3 +++ 2 files changed, 6 insertions(+) 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 diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 291231f..8f2b8ad 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -824,6 +824,9 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES # as well. check-install: installcheck +# fflush2 depends on files created by fflush1 +fflush2.chkexe_: fflush1.chkexe_ + # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. # BUILT_SOURCES contain targets that need to be built before anything else -- cgit v0.12