summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-10-04 04:54:47 +0000
committerH.J. Lu <hjl@lucon.org>2003-10-04 04:54:47 +0000
commitaa8b8875415b5c3168756f7c8df06b3fc68be482 (patch)
tree43d151749b7666c7a3b92035d386a831b4514290 /ltconfig
parenta8aa7b7624f89b5d261b7d21e070b05c13b1be37 (diff)
downloadbinutils-redhat-aa8b8875415b5c3168756f7c8df06b3fc68be482.tar.gz
2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltconfig b/ltconfig
index f49a2cfea3..0a8c7d2f4c 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1179,7 +1179,7 @@ hpux9* | hpux10* | hpux11*)
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
if test "X$HPUX_IA64_MODE" = X32; then
- sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32/usr/local/lib"
+ sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
else
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
fi