diff options
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r-- | c++/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index 31c4e67..e8cf00f 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -282,7 +282,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 @BUILD_CXX_CONDITIONAL_TRUE@SUBDIRS = src test DIST_SUBDIRS = src test examples |