diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-30 21:16:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-30 21:16:33 (GMT) |
commit | e2e0424f2f3bdd9204145d799ddce39e762795f7 (patch) | |
tree | 0adfd25374efd3c6e5dce4b2fefdedc2c7e8b693 | |
parent | cb905d215efc4c23eda2fc23271384f13c60bb36 (diff) | |
download | hdf5-e2e0424f2f3bdd9204145d799ddce39e762795f7.zip hdf5-e2e0424f2f3bdd9204145d799ddce39e762795f7.tar.gz hdf5-e2e0424f2f3bdd9204145d799ddce39e762795f7.tar.bz2 |
[svn-r4883] Purpose:
Bug Fix
Description:
For some reason, a wrong line was introduced into the ltconfig in my
"Major Hack(tm)" stuff.
Solution:
Removed this line, which isn't supposed to be there cause that's why
the Major Hack was there to begin with.
Platforms tested:
NERSC machine and Pacific Blue
-rwxr-xr-x | bin/ltconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ltconfig b/bin/ltconfig index 457cded..57a017b 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -1289,11 +1289,11 @@ else case "$hname" in *pacific.llnl.gov* | *s0*) - hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib' - ;; + hardcode_libdir_flag_spec=' ' + ;; *) hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib' - ;; + ;; esac hardcode_libdir_separator=':' |