diff options
Diffstat (limited to 'hl/src/Makefile.in')
-rw-r--r-- | hl/src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 21a3449..55b8381 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -296,7 +296,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 # Add include directories to the C preprocessor flags AM_CPPFLAGS = -I$(top_srcdir)/src |