]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (linkalldeplibs,darwin): Fix a bug reported by Idar
authorPeter O'Gorman <peter@pogma.com>
Sun, 9 Nov 2003 14:54:52 +0000 (14:54 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 9 Nov 2003 14:54:52 +0000 (14:54 +0000)
Tollefsen where a dir could be added to the link line with no '-L'
on darwin.

ChangeLog
ltmain.in

index 1a32c78a1d0f728bcbc3b3bf62cb3764035119e4..accf2df6135243c24de41f5b570c87e2dd495825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-09  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in (linkalldeplibs,darwin): Fix a bug reported by Idar 
+       Tollefsen where a dir could be added to the link line with no '-L'
+       on darwin.
+
 2003-11-07  Gary V. Vaughan  <gary@gnu.org>
 
        * tests/cdemo/configure.ac, tests/demo/configure.ac,
index 6a6b2323e74476e785c3233cd494cc90845c11c8..f36cea02abbd7585b329456735ccb767455d25e5 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2648,8 +2648,8 @@ EOF
                    *" $path "*) ;;
                    *) newlib_search_path="$newlib_search_path $path";;
                    esac
-                   path=""
                  fi
+                 path=""
                  ;;
                *)
                path="-L$path"