* ltmain.in: Correct an error in yesterday's patch.

This commit is contained in:
Nick Hudson 2001-04-21 17:10:20 +00:00 committed by Gary V. Vaughan
parent f67d1c368b
commit 30eea50730
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-04-21 Nick Hudson <skrll@netbsd.org>
* ltmain.in: Correct an error in yesterday's patch.
2001-04-20 Nick Hudson <skrll@netbsd.org>
* libtool.m4: Improve NetBSD support.

View File

@ -1032,9 +1032,6 @@ compiler."
deplibs="$deplibs -framework System"
continue
;;
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
esac
elif test "$arg" = "-lm"; then
case $host in
@ -2438,6 +2435,9 @@ compiler."
# Rhapsody C library is in the System framework
deplibs="$deplibs -framework System"
;;
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
*)
# Add libc to deplibs on all other systems if necessary.
if test $build_libtool_need_lc = "yes"; then