summaryrefslogtreecommitdiffstats
path: root/hl/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/Makefile.in')
-rw-r--r--hl/c++/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in
index e91980b..39e0faf 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -283,7 +283,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.