mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
502b4c206d
commit
d0710fb699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user