summaryrefslogtreecommitdiffstats
path: root/vms/src/make.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-03-04 16:21:32 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-03-04 16:21:32 (GMT)
commit1f4d72d32f0ab0bc64d8cb4d34b2449155de6fb1 (patch)
treefe2c3dfb13e6ce750d2fccf86c47fba632e20ddb /vms/src/make.com
parentdf36445508be732caf568099ce530fe73974ebef (diff)
downloadhdf5-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/src/make.com')
-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 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
$!