diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:46:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-04-08 18:46:13 (GMT) |
commit | 6d36b8d9e25f4e4f46b47f84858ef9746af7262e (patch) | |
tree | f78237f81be8ae67ac78f91688eafedb1cc52873 /config | |
parent | 84fe71eb14c538d0f1332418ae446d1f570b23a9 (diff) | |
download | hdf5-6d36b8d9e25f4e4f46b47f84858ef9746af7262e.zip hdf5-6d36b8d9e25f4e4f46b47f84858ef9746af7262e.tar.gz hdf5-6d36b8d9e25f4e4f46b47f84858ef9746af7262e.tar.bz2 |
[svn-r1176] Removed the -L./ and -L../ which are meaningless.
Diffstat (limited to 'config')
-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 862d569..ca11ee2 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -19,7 +19,7 @@ AR=${AR:-xar} RANLIB=: # Additional libraries -LDFLAGS="$LDFLAGS -L./ -L../ -lnoop_stubs" +LDFLAGS="$LDFLAGS -lnoop_stubs" # How to run serial and parallel test programs RUNSERIAL="yod -sz 1" |