252N/A if test "$prev" = rpath; then
252N/A- *) rpath="$rpath $arg" ;;
252N/A+ *) rpath="$rpath $arg"
252N/A+ # This is make sure only $libdir path is encoded in RUNPATH
252N/A if test "$hardcode_into_libs" = yes; then
252N/A # Hardcode the library paths
252N/A+ dep_rpath="-R $sma_rpath"
252N/A rpath="$finalize_rpath"
252N/A test "$mode" != relink && rpath="$compile_rpath$rpath"
252N/A for libdir in $rpath; do
252N/A eval flag=\"$hardcode_libdir_flag_spec\"
252N/A- dep_rpath="$dep_rpath $flag"
252N/A+ #dep_rpath="$dep_rpath $flag"
252N/A elif test -n "$runpath_var"; then