ltmain.sh: Fix Darwin verstring, remove ${wl}.

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

	* ltmain.sh: Fix Darwin verstring, remove ${wl}.

From-SVN: r125066
This commit is contained in:
Andreas Tobler 2007-05-25 19:26:27 +00:00 committed by Andreas Tobler
parent 853c0ad7f0
commit 86ef8528be
2 changed files with 5 additions and 1 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-23 Steve Ellcey <sje@cup.hp.com>
* ltmain.sh: Update from ToT Libtool.

View File

@ -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)