[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.
This commit is contained in:
Raymond Lu 2005-08-08 15:19:18 -05:00
parent 502b4c206d
commit d0710fb699

View File

@ -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