summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2007-05-25 19:56:24 +0000
committerEric Christopher <echristo@apple.com>2007-05-25 19:56:24 +0000
commit554c48762961efa0651b2f694d8154533c9c38a8 (patch)
treecd10a75b7997dfa96e05c6abdb2f6b22069c9f6c /ltmain.sh
parentcfa8602c9d76e065661d8d2d9f185bed2f0dfb7e (diff)
downloadgdb-554c48762961efa0651b2f694d8154533c9c38a8.tar.gz
2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
* ltmain.sh: Fix Darwin verstring, remove ${wl}.
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltmain.sh b/ltmain.sh
index 606f090c1cf..8ee3afc0ed0 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
-
-