diff options
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r-- | fortran/test/Makefile.am | 3 |
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 |