summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-03-12 21:04:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-03-12 21:04:17 (GMT)
commit4e295e1fdaeb1e73ed505482013b000bb62269be (patch)
treebe72dd2fd66f360d9237912b482c3fa6334629ff /test/Makefile.in
parentf8814933340961ca39b449fd413bba177574af38 (diff)
downloadhdf5-4e295e1fdaeb1e73ed505482013b000bb62269be.zip
hdf5-4e295e1fdaeb1e73ed505482013b000bb62269be.tar.gz
hdf5-4e295e1fdaeb1e73ed505482013b000bb62269be.tar.bz2
[svn-r318] Added extern_3.h5 to the list of files to clean
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index d7a2c91..212d824 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -17,7 +17,7 @@ TESTS=$(PROGS)
# Temporary files
MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \
tfile3.h5 th5s1.h5 theap.h5 tohdr.h5 tstab1.h5 tstab2.h5 \
- extern_1.h5 extern_2.h5 extern_1.raw extern_1b.raw extern_2.raw \
+ extern_1.h5 extern_2.h5 extern_3.h5 extern_1.raw extern_1b.raw extern_2.raw \
extern_2b.raw extern_3.raw extern_3b.raw extern_4.raw extern_4b.raw
# Source and object files for programs... The PROG_SRC list contains all the