From: Thomas Tanner Date: Mon, 14 Jun 1999 06:30:24 +0000 (+0000) Subject: * ltmain.in: minor reformatting X-Git-Tag: release-1-3-3~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab4018a6b854573839124f5157d8aa5625a43f10;p=thirdparty%2Flibtool.git * ltmain.in: minor reformatting --- diff --git a/ChangeLog b/ChangeLog index 3442e6c9f..98821aada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-06-14 Thomas Tanner + + * ltmain.in: minor reformatting + 1999-06-10 Alexandre Oliva * ltconfig.in: Reverted June 6's patch for new GNU ld output, it diff --git a/ltmain.in b/ltmain.in index ca7e1f17d..c764187cb 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1236,7 +1236,7 @@ compiler." *) temp_deplibs="$temp_deplibs $deplib";; esac temp_dir=`$echo "X$deplib" | $Xsed -e 's/^-L//'` - case " $lib_search_path " in + case " $lib_search_path " in *" $temp_dir "*) ;; *) lib_search_path="$lib_search_path $temp_dir";; esac