]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (archive_expsym_cmds): Fix typo where line was broken
authorOssama Othman <ossama@debian.org>
Mon, 30 Oct 2000 23:25:56 +0000 (23:25 +0000)
committerOssama Othman <ossama@debian.org>
Mon, 30 Oct 2000 23:25:56 +0000 (23:25 +0000)
in the middle of an expression.

ChangeLog
libtool.m4

index f91b348e76605884a32e41176e2ab10706bdae65..77f57aa6db566044b75a28f985d46b13b3d2cc7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-30  Ossama Othman  <ossama@debian.org>
+
+       * libtool.m4 (archive_expsym_cmds): Fix typo where line was broken
+       in the middle of an expression.
+
 2000-10-30  Aneesh Kumar K.V <kvaneesh@hotmail.com>
 
        * libtool.m4 (archive_expsym_cmds):  Support for -export-symbol
index fb2053c106dd8fd3ebfd4bb8d8de5569f463b167..f56ea3d10638b5c3713139a6a6650641e791cced 100644 (file)
@@ -1341,8 +1341,8 @@ else
     else
       allow_undefined_flag=' -expect_unresolved \*'
       archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
-       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
-       $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
+      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
+      $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
     fi
 #Both c and cxx compiler support -rpath directly 
     hardcode_libdir_flag_spec='-rpath $libdir'