diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-08 20:19:18 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-08 20:19:18 (GMT) |
commit | d0710fb699b8d60b59e1bf8dc1844b7add7f644d (patch) | |
tree | b676f9e9ab833f29338412659165f76e7e9106ac /tools/misc | |
parent | 502b4c206d238dff6bdca09075ffeb426a365a9e (diff) | |
download | hdf5-d0710fb699b8d60b59e1bf8dc1844b7add7f644d.zip hdf5-d0710fb699b8d60b59e1bf8dc1844b7add7f644d.tar.gz hdf5-d0710fb699b8d60b59e1bf8dc1844b7add7f644d.tar.bz2 |
[svn-r11218] Purpose: Minor bug fix
Description: repart_test.c was mistakenly treated as a tool, instead of a test program.
Solution: Took it out of the list of tools.
Platforms tested: fuss - simple change.
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index d8a8a1a..2a050ed 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -35,7 +35,7 @@ if BUILD_PDB2HDF_CONDITIONAL endif # These are our main targets, the tools -bin_PROGRAMS=h5debug h5repart $(PDB2HDF) repart_test +bin_PROGRAMS=h5debug h5repart $(PDB2HDF) bin_SCRIPTS=h5redeploy # Tell automake to clean h5redeploy script |