diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:02:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-11 14:02:48 (GMT) |
commit | 958d370d13ce93cc079296cf7feb46e8ad0ad5d0 (patch) | |
tree | b96720b5c106b7ac6a85c9e6b88273f541265d0e /tools/h5dump | |
parent | 429abe8b165cd4b15d65b6b0ec18b38ad785762f (diff) | |
download | hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.zip hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.tar.gz hdf5-958d370d13ce93cc079296cf7feb46e8ad0ad5d0.tar.bz2 |
[svn-r8655] 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/h5dump')
-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 0206296..8083106 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... ## |