X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ltmain.sh;h=8ee3afc0ed0614e8612670f6b1fda0ca9aaee99f;hb=ad6037c642efb577aa16aee851e8b4e81065b127;hp=606f090c1cf6fb0b254b486628d7d1913c468160;hpb=37ad95141b084645ed5729a0f36e1c945b0ac693;p=deliverable%2Fbinutils-gdb.git diff --git a/ltmain.sh b/ltmain.sh index 606f090c1c..8ee3afc0ed 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -4794,7 +4794,7 @@ func_mode_link () versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` - verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) @@ -7385,5 +7385,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # sh-indentation:2 # End: # vi:sw=2 - -