diff options
Diffstat (limited to 'c++/src/Makefile.in')
-rw-r--r-- | c++/src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index b781a79..f475b6a 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -316,7 +316,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 # Include src directory INCLUDES = -I$(top_srcdir)/src |