diff options
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index a425c31..6a18ea0 100644 --- a/tools/Makefile.in +++ b/tools/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 # All subdirectories SUBDIRS = lib h5dump h5diff h5ls misc gifconv h5import h5repack h5jam |