diff options
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 136c3a5..e57931e 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -674,8 +674,8 @@ TRACE = perl $(top_srcdir)/bin/trace # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -# *.clog are from the MPE option. -CHECK_CLEANFILES = *.chkexe *.chklog *.clog +# *.clog and *.clog2 are from the MPE option. +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. |