diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-04 16:31:30 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-03-04 16:31:30 (GMT) |
commit | dcfd77ab378066c91955cd5915450eee2f39cfd9 (patch) | |
tree | 2700f3e4e0bb422fb697596bd9b07be2bb0d9292 /vms | |
parent | 68c936cd239f860eff477636abe0e6bf388a92d7 (diff) | |
download | hdf5-dcfd77ab378066c91955cd5915450eee2f39cfd9.zip hdf5-dcfd77ab378066c91955cd5915450eee2f39cfd9.tar.gz hdf5-dcfd77ab378066c91955cd5915450eee2f39cfd9.tar.bz2 |
[svn-r18368] The OpenVMS link probably doesn't like too many object files. I just broke the link command
into 3 commands to make it happy.
Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/make.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/src/make.com b/vms/src/make.com index 47aff20..aef9351b0 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -72,7 +72,9 @@ $ ccc 'cobj $ ccc 'cobj1 $ ccc 'cobj2 $ library/create []hdf5 -$ library/insert []hdf5 'cobj, 'cobj1, 'cobj2 +$ library/insert []hdf5 'cobj +$ library/insert []hdf5 'cobj1 +$ library/insert []hdf5 'cobj2 $ type sys$input Done $! |