diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-04-15 04:25:02 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-04-15 04:25:02 (GMT) |
commit | a54b08c61cf1d67d872314bbf10c9df8f86fdd25 (patch) | |
tree | 27d83def6a901cb42683941f0c3e3498aeb40e98 | |
parent | 58382379be519527e74343dade9efc5bed6f81b3 (diff) | |
download | hdf5-a54b08c61cf1d67d872314bbf10c9df8f86fdd25.zip hdf5-a54b08c61cf1d67d872314bbf10c9df8f86fdd25.tar.gz hdf5-a54b08c61cf1d67d872314bbf10c9df8f86fdd25.tar.bz2 |
[svn-r29703] Updated test/Makefile.am to clean up file added in HDFFV-8740 fix.
Tested on: jam
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 29589 2016-03-29 07:15:11Z derobins . +# From configure.ac Id: configure.ac 29617 2016-04-03 16:04:28Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for HDF5 1.8.17-snap14. # diff --git a/test/Makefile.am b/test/Makefile.am index 08b8b4f..5a676c8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -131,7 +131,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offse huge_chunks.h5 chunk_cache.h5 big_chunk.h5 chunk_expand.h5 \ copy_dcpl_newfile.h5 extend.h5 istore.h5 extlinks*.h5 frspace.h5 links*.h5 \ sys_file1 tfile[1-7].h5 th5s[1-4].h5 lheap.h5 fheap.h5 ohdr.h5 \ - stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ + stab.h5 extern_[1-4].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ big.data big[0-9][0-9][0-9][0-9][0-9].h5 \ stdio.h5 sec2.h5 dtypes[0-9].h5 dtypes1[0].h5 dt_arith[1-2].h5 tattr.h5 \ diff --git a/test/Makefile.in b/test/Makefile.in index 02ab570..d2eeb54 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1034,7 +1034,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 accum.h5 \ huge_chunks.h5 chunk_cache.h5 big_chunk.h5 chunk_expand.h5 \ copy_dcpl_newfile.h5 extend.h5 istore.h5 extlinks*.h5 \ frspace.h5 links*.h5 sys_file1 tfile[1-7].h5 th5s[1-4].h5 \ - lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 \ + lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-4].h5 \ extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 \ links[0-6]*.h5 extlinks[0-15].h5 tmp big.data \ big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 \ |