]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: minor reformatting
authorThomas Tanner <tanner@ffii.org>
Mon, 14 Jun 1999 06:30:24 +0000 (06:30 +0000)
committerThomas Tanner <tanner@gmx.de>
Mon, 14 Jun 1999 06:30:24 +0000 (06:30 +0000)
ChangeLog
ltmain.in

index 3442e6c9f3e5440bc357212d3649562a36f601ec..98821aada266be2efabb379c04b6d34542e3c3f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-06-14  Thomas Tanner  <tanner@ffii.org>
+
+       * ltmain.in: minor reformatting
+
 1999-06-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in: Reverted June 6's patch for new GNU ld output, it
index ca7e1f17dd991e50cb6ff12a93efdd5fb58e18a4..c764187cb916e4916e3422e2cc52263a8b812190 100644 (file)
--- 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