diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-25 22:06:18 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-25 22:06:18 (GMT) |
commit | 952d00e7f0f49c0895d937a3fed9abed4b25b7e1 (patch) | |
tree | fc5172f5729c61ba15c092d6c0e8f177c1d992a6 /src/Makefile.in | |
parent | 99a3f4d8d4ee1ec3f61a377c1a96a3fe35e9990a (diff) | |
parent | c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (diff) | |
download | hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.zip hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.tar.gz hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.tar.bz2 |
[svn-r26306] Merge r26296 through 26304 from trunk to vds branch.
It should no longer be necessary to use --enable-using-memchecker
make check fails due to an issue with h5ls apparently unrelated to the merge
Tested: ummon
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index aa0fc7a..5396842 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -726,8 +726,8 @@ TRACE = perl $(top_srcdir)/bin/trace # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -# *.clog are from the MPE option. -CHECK_CLEANFILES = *.chkexe *.chklog *.clog +# *.clog and *.clog2 are from the MPE option. +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. |