diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-01-31 15:31:17 (GMT) |
commit | 6361428300702822d4c9f9939d74d75af5e817b0 (patch) | |
tree | d95b9dd0c4889c00b6194d95e0019b75d075df23 /vms/make.com | |
parent | 63008bb5b32688fc00d58af2b5190d0afe6c577f (diff) | |
download | hdf5-6361428300702822d4c9f9939d74d75af5e817b0.zip hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.gz hdf5-6361428300702822d4c9f9939d74d75af5e817b0.tar.bz2 |
[svn-r16389] Corrected a typo in the ZLIB path name.
Tested on OpenVMS.
Diffstat (limited to 'vms/make.com')
-rw-r--r-- | vms/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com index e634ea9..a5d0f10 100644 --- a/vms/make.com +++ b/vms/make.com @@ -36,8 +36,8 @@ $ copy [.tools.testfiles]*.ddl [-.tools.testfiles] $! $! Define location of ZLIB library. If you do not have it on your system, download $! source code from http://www.zlib.net/, build and install on your system -$ define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3] -$! define zlib_dir sys$sysusers:[pourmale.zlib-1_2_3-ieee] +$ define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3] +$! define zlib_dir sys$sysusers:[pourmal.zlib-1_2_3-ieee] $! $! Set up compilation flags here $! Do not remove define=H5_VMS and standard=strict_ansi qualifiers. |