diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-02-02 03:56:02 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-02-02 03:56:02 (GMT) |
commit | d6668e2a28a96b85031f29b8f93329521c40892c (patch) | |
tree | 78031906eed26027e930492fee5b2fbd4015f4af | |
parent | c2957e09224cd47559a65626a3f2e19c9b524ed0 (diff) | |
download | hdf5-d6668e2a28a96b85031f29b8f93329521c40892c.zip hdf5-d6668e2a28a96b85031f29b8f93329521c40892c.tar.gz hdf5-d6668e2a28a96b85031f29b8f93329521c40892c.tar.bz2 |
[svn-r1049] Corrected a typo in the definition of $AR.
-rw-r--r-- | config/intel-osf1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 99e4835..4479a6d 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -13,7 +13,7 @@ if test "X-" = "X-$CC"; then fi # The default archiver is `xar' -AR="${AR:-xar} +AR=${AR:-xar} # There is no ranlib RANLIB=: |