]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: added a missing line of the ILD patch
authorThomas Tanner <tanner@gmx.de>
Tue, 6 Apr 1999 22:10:46 +0000 (22:10 +0000)
committerThomas Tanner <tanner@gmx.de>
Tue, 6 Apr 1999 22:10:46 +0000 (22:10 +0000)
ChangeLog
ltmain.in

index c014f87a9ac9636c05a8864f045f3fd635ab348a..00b16a9ba2f613ca3b1f41498c97a705ce3774a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-06 Thomas Tanner  <tanner@gmx.de>
 
+       * ltmain.in: added a missing line of the ILD patch
+
        * NEWS: improved DJGPP support
        * doc/libtool.texi: removed hardcode_into_libs documentation
        * libtool.m4: some DJGPP fixes
index 308d506d9935afb3811cf92e1f0717962ec2a1f5..566863d622d25e4cb3261faab993e971be93dfb1 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1806,6 +1806,7 @@ compiler."
          dependency_libs="$temp_deplibs"
        fi
 
+       new_lib_search_path="$new_lib_search_path $absdir"
        # Link against this library
        newdependency_libs="$newdependency_libs $abs_ladir/$laname $dependency_libs"
       done