From: Thomas Tanner Date: Tue, 6 Apr 1999 22:10:46 +0000 (+0000) Subject: * ltmain.in: added a missing line of the ILD patch X-Git-Tag: release-1-3b~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4c36f3cf610f158ad1a0a6e9829949971b2447;p=thirdparty%2Flibtool.git * ltmain.in: added a missing line of the ILD patch --- diff --git a/ChangeLog b/ChangeLog index c014f87a9..00b16a9ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-06 Thomas Tanner + * 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 diff --git a/ltmain.in b/ltmain.in index 308d506d9..566863d62 100644 --- 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