+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.
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
# 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