summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-05-04 14:06:07 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-05-04 14:06:07 (GMT)
commit1253bdc89dfe836ec3af77f56a98cd71bbfe1fe8 (patch)
treeee1c9030d9857ff734b1c8865f1fee697c85e409 /vms
parent14d12aebd0991adf1e41ae4176bd4b538f4cf1ad (diff)
downloadhdf5-1253bdc89dfe836ec3af77f56a98cd71bbfe1fe8.zip
hdf5-1253bdc89dfe836ec3af77f56a98cd71bbfe1fe8.tar.gz
hdf5-1253bdc89dfe836ec3af77f56a98cd71bbfe1fe8.tar.bz2
[svn-r12328]
Purpose: Maintenance Description: fheap test failed on VMS due to the missing H5HFiter module Solution: Updated make.com file to include the missing module. Platforms tested: VMS server with IEEE option. Misc. update:
Diffstat (limited to 'vms')
-rw-r--r--vms/src/make.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com
index e7d5106..f193b70 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -38,8 +38,9 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+-
"H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+-
"H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+-
"H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist, H5HFstat,"+-
- "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+-
"H5HFdblock, H5HFdtable, H5HFhdr, H5HFiblock,"+-
+ "H5HFiter, "+-
+ "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+-
"H5MP, H5MPtest, H5O, H5Oattr, H5Obogus, H5Ocache,"+-
"H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+-
"H5Olinfo, H5Olink, H5Omtime,"+-