diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-06-08 13:20:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-06-08 13:20:28 (GMT) |
commit | 63844dd77aab4f8ecbf276d7cfb4a77be16e6d15 (patch) | |
tree | ddf2afb1041d03291665addf3b2d4ed3d7ab0adb /tools | |
parent | 5d1b56cb8170363220e21c8c8c38d2bddef27939 (diff) | |
download | hdf5-63844dd77aab4f8ecbf276d7cfb4a77be16e6d15.zip hdf5-63844dd77aab4f8ecbf276d7cfb4a77be16e6d15.tar.gz hdf5-63844dd77aab4f8ecbf276d7cfb4a77be16e6d15.tar.bz2 |
[svn-r6991] Purpose:
Cleanup
Description:
h5dumpgentest is already included in TEST_PROGS. Removed its old
entry in PROGS.
Platforms tested:
Only in Copper since this is trivial.
Misc. update:
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 7ee29be..231111e 100644 --- a/tools/h5dump/Makefile.in +++ b/tools/h5dump/Makefile.in @@ -35,7 +35,7 @@ LIBTOOLS=../lib/libh5tools.la LIBHDF5=$(top_builddir)/src/libhdf5.la PUB_PROGS=h5dump -PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumpgentest +PROGS=$(PUB_PROGS) $(TEST_PROGS) ## Source and object files for the library; do not install ## |