diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:14:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:14:40 (GMT) |
commit | 8376ccdd975a374536c6f227bbb5a22c85e22dcd (patch) | |
tree | 5f44eae4955096d0a9d2c00d2894894cdf345ab8 /tools | |
parent | af155fcfb34a4dfb45ec05a2461f6fac3b2364aa (diff) | |
download | hdf5-8376ccdd975a374536c6f227bbb5a22c85e22dcd.zip hdf5-8376ccdd975a374536c6f227bbb5a22c85e22dcd.tar.gz hdf5-8376ccdd975a374536c6f227bbb5a22c85e22dcd.tar.bz2 |
[svn-r8658] Purpose:
Code cleanup
Description:
Add more files that should be removed to the clean & distclean targets.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in index d70b50e..74ba2f3 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -46,8 +46,8 @@ PUB_LIB= ## Temporary files. *.h5 are generated by h5dumpgentest. They should ## copied to the testfiles/ directory if update is required. MOSTLYCLEAN=*.h5 - CLEAN= +DISTCLEAN=testh5dump.sh ## Source and object files for programs... ## |