2007-05-25 Andreas Tobler <a.tobler@schweiz.org>

* ltmain.sh: Fix Darwin verstring, remove ${wl}.
This commit is contained in:
Eric Christopher 2007-05-25 19:56:24 +00:00
parent f5c58e9a34
commit 7697a6d5af
2 changed files with 18 additions and 16 deletions

View File

@ -1,3 +1,7 @@
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
2007-05-24 Steve Ellcey <sje@cup.hp.com> 2007-05-24 Steve Ellcey <sje@cup.hp.com>
* ltmain.sh: Update from GCC. * ltmain.sh: Update from GCC.

View File

@ -4794,7 +4794,7 @@ func_mode_link ()
versuffix="$major.$age.$revision" versuffix="$major.$age.$revision"
# Darwin ld doesn't like 0 for these options... # Darwin ld doesn't like 0 for these options...
minor_current=`expr $current + 1` 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) freebsd-aout)
@ -7385,5 +7385,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
# sh-indentation:2 # sh-indentation:2
# End: # End:
# vi:sw=2 # vi:sw=2