diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-04 16:21:32 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-04 16:21:32 (GMT) |
commit | 1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1 (patch) | |
tree | fe2c3dfb13e6ce750d2fccf86c47fba632e20ddb /vms | |
parent | df36445508be732caf568099ce530fe73974ebef (diff) | |
download | hdf5-1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1.zip hdf5-1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1.tar.gz hdf5-1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1.tar.bz2 |
[svn-r18367] The OpenVMS linking probably doesn't like too many object files. I just broke the link command
into two commands to make it happy.
Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/make.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 3736aff..b096cd5 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -62,7 +62,8 @@ $! $ ccc 'cobj $ ccc 'cobj1 $ library/create []hdf5 -$ library/insert []hdf5 'cobj, 'cobj1 +$ library/insert []hdf5 'cobj +$ library/insert []hdf5 'cobj1 $ type sys$input Done $! |