diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-16 14:09:38 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-11-16 14:09:38 (GMT) |
commit | 257403d3049a95a428884b19f7386f3aba589b1f (patch) | |
tree | b0d5bef857cf29c42c54577d71012cc3f1dcf28f /vms | |
parent | fb4f4a22f7053619349b30821b7f06266e54598b (diff) | |
download | hdf5-257403d3049a95a428884b19f7386f3aba589b1f.zip hdf5-257403d3049a95a428884b19f7386f3aba589b1f.tar.gz hdf5-257403d3049a95a428884b19f7386f3aba589b1f.tar.bz2 |
[svn-r12923] Description:
Failed to add test program source to the VMS make file; fixed
Diffstat (limited to 'vms')
-rw-r--r-- | vms/tools/h5repack/make.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index 2e312d1..5c9e09d 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -23,7 +23,7 @@ $ type sys$input $! $ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_filters, " +- "h5repack_list, h5repack_opttable, h5repack_parse, " +- - "h5repack_verify" + "h5repack_verify, h5repacktst" $! $ ccc 'cobj |