summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-06-08 13:20:28 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-06-08 13:20:28 (GMT)
commit63844dd77aab4f8ecbf276d7cfb4a77be16e6d15 (patch)
treeddf2afb1041d03291665addf3b2d4ed3d7ab0adb /tools
parent5d1b56cb8170363220e21c8c8c38d2bddef27939 (diff)
downloadhdf5-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.in2
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
##