From 86ef8528beb7528947755413b9ec03e1b27c563f Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Fri, 25 May 2007 19:26:27 +0000 Subject: ltmain.sh: Fix Darwin verstring, remove ${wl}. 2007-05-25 Andreas Tobler * ltmain.sh: Fix Darwin verstring, remove ${wl}. From-SVN: r125066 --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltmain.sh') diff --git a/ltmain.sh b/ltmain.sh index 606f090c1cf..9d844185620 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) -- cgit v1.2.3