]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: Add
authorPeter Ekberg <peda@lysator.liu.se>
Mon, 22 Aug 2005 11:25:37 +0000 (11:25 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 22 Aug 2005 11:25:37 +0000 (11:25 +0000)
forgotten end bracket.

ChangeLog
m4/libtool.m4

index 48cb8f65727f5eaa04886779e0e2226eeffc650a..d55b8c9eafc2534b8bff2c1f689cd93471afd18e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-22  Peter Ekberg  <peda@lysator.liu.se>
 
+       * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS) [dumpbin]: Add
+       forgotten end bracket.
+
        * doc/libtool.texi: Shorten the lines describing the
        output from MS dumpbin, and align the columns.
 
index ea06f5b30e74314430fcf160ec94f5202d1c88a2..c3e7aab7980f6fe3885e1cca991b80caf2cf23a0 100644 (file)
@@ -3073,7 +3073,7 @@ for ac_symprfx in "" "_"; do
        s/.*().*External *| *$ac_symprfx$sympat.*/T $ac_symprfx\1 \1/p;
        s/.*External *| *$ac_symprfx$sympat.*/D $ac_symprfx\1 \1/p;
        s/.*().*External *| *\([@?][_A-Za-z0-9@?]*\).*/T \1 \1/p;
-       s/.*External *| *\([@?][_A-Za-z0-9@?]*\).*/D \1 \1/p'"
+       s/.*External *| *\([@?][_A-Za-z0-9@?]*\).*/D \1 \1/p']"
   else
     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[   ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   fi