From 7630c50a28481a3f1cb6b9278ad392152cc4839f Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 25 May 1999 17:26:35 +0000 Subject: [PATCH] * ltmain.in: file_magic check would not avoid cyclic links. --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 663244ab7..409bac729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-05-25 Frank Ch. Eigler + + * ltmain.in: file_magic check would not avoid cyclic links. + 1999-05-25 Alexandre Oliva * ltmain.in: Remove object files before writing to them, to avoid diff --git a/ltmain.in b/ltmain.in index 009327913..3700241b7 100644 --- 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 -- 2.47.2