diff --git a/ChangeLog b/ChangeLog index 1a32c78a..accf2df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-09 Peter O'Gorman + + * 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 * tests/cdemo/configure.ac, tests/demo/configure.ac, diff --git a/ltmain.in b/ltmain.in index 6a6b2323..f36cea02 100644 --- 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"