* ltmain.in (link_all_deplibs,darwin): Link libraries in the

correct order. Bug from Zachary Pincus <zpincus@stanford.edu>.
This commit is contained in:
Peter O'Gorman 2004-03-14 14:36:54 +00:00
parent e666f98829
commit 231ac6f7d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-03-11 Peter O'Gorman <peter@pogma.com>
* ltmain.in (link_all_deplibs,darwin): Link libraries in the
correct order. Bug from Zachary Pincus <zpincus@stanford.edu>.
2004-03-14 Scott James Remnant <scott@netsplit.com>
* m4/ltmain.in: Only check precious_files_regex if it is not empty.

View File

@ -2775,7 +2775,7 @@ EOF
esac
case " $deplibs " in
*" $depdepl "*) ;;
*) deplibs="$deplibs $depdepl" ;;
*) deplibs="$depdepl $deplibs" ;;
esac
case " $deplibs " in
*" $path "*) ;;