diff options
Diffstat (limited to 'hl/fortran/Makefile.in')
-rw-r--r-- | hl/fortran/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index b0eece3..33a7aa2 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -278,7 +278,8 @@ H5FC_PP = $(bindir)/h5pfc # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -CHECK_CLEANFILES = *.chkexe *.chklog +# *.clog are from the MPE option. +CHECK_CLEANFILES = *.chkexe *.chklog *.clog SUBDIRS = src test # Automake needs to be taught how to build lib, progs, and tests targets. |