diff options
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 $! |