]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
authorGary V. Vaughan <gary@gnu.org>
Thu, 8 Jul 2010 11:33:31 +0000 (18:33 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 8 Jul 2010 11:33:31 +0000 (18:33 +0700)
* libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious
variable dereference.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
libltdl/config/ltmain.m4sh

index c8e628d76ac741507a2ed3631318733148b3f703..b180dc6d26dd1da5b8c212fba04d23758529c289 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-08  Gary V. Vaughan  <gary@gnu.org>
+
+       Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious
+       variable dereference.
+
 2010-07-07  Gary V. Vaughan  <gary@gnu.org>
 
        Tidy m4 comment header underline.
index 365ba0c93f5956d3da3ee024cabcdb1b3e42d04f..1a2c02d3b6c68e5d369bd843da37f78f649f21b9 100644 (file)
@@ -5331,7 +5331,7 @@ func_mode_link ()
              # Prefer using a static library (so that no silly _DYNAMIC symbols
              # are required to link).
              if test -n "$old_library"; then
-               func_append $newdlprefiles " $dir/$old_library"
+               func_append newdlprefiles " $dir/$old_library"
                # Keep a list of preopened convenience libraries to check
                # that they are being used correctly in the link pass.
                test -z "$libdir" && \