* ltmain.in: added a missing line of the ILD patch

This commit is contained in:
Thomas Tanner 1999-04-06 22:10:46 +00:00
parent 87f8ef6d60
commit ba4c36f3cf
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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