]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix regression caused by "Add func_append_quoted and do..."
authorPeter Rosin <peda@lysator.liu.se>
Thu, 1 Jul 2010 17:22:29 +0000 (19:22 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 1 Jul 2010 17:22:29 +0000 (19:22 +0200)
* libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover
"_libs" trash.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
libltdl/config/ltmain.m4sh

index 9dab3608ced559ad75288c164ec974657ec27c04..ac850148919c2281490bc773e17812b64975cd52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-01  Peter Rosin  <peda@lysator.liu.se>
+
+       Fix regression caused by "Add func_append_quoted and do..."
+       * libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover
+       "_libs" trash.
+
 2010-06-28  Peter Rosin  <peda@lysator.liu.se>
 
        For MSVC, embed the manifest as a resource in the executable.
index 760b6aa2b00977f5559f5774548553cce8482081..e5b68af2039e23f2182e54484bab2cb54809401b 100644 (file)
@@ -6572,7 +6572,7 @@ EOF
        *)
          case " $deplibs " in
          *" -L$path/$objdir "*)
-           func_append new_libs "_libs -L$path/$objdir" ;;
+           func_append new_libs " -L$path/$objdir" ;;
          esac
          ;;
        esac