]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: file_magic check would not avoid cyclic links.
authorFrank Ch. Eigler <fche@cygnus.com>
Tue, 25 May 1999 17:26:35 +0000 (17:26 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 25 May 1999 17:26:35 +0000 (17:26 +0000)
ChangeLog
ltmain.in

index 663244ab7775faa7262e7d892c5656c091fcb4da..409bac729c9dd26ce092045eeca6585473bbb598 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-05-25  Frank Ch. Eigler <fche@cygnus.com>
+
+       * ltmain.in: file_magic check would not avoid cyclic links.
+
 1999-05-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltmain.in: Remove object files before writing to them, to avoid
index 0093279138e57a88e52d32baee6f325db9cc5bb7..3700241b709700a42ca48ebf94b2ca5ee5d10af7 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1906,7 +1906,7 @@ EOF
                    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
                    for potent_lib in $potential_libs; do
                      # Follow soft links.
-                     if ls -lLd "$potlib" 2>/dev/null \
+                     if ls -lLd "$potent_lib" 2>/dev/null \
                         | grep " -> " >/dev/null; then
                        continue 
                      fi