From: Nick Hudson Date: Sat, 21 Apr 2001 17:24:20 +0000 (+0000) Subject: * ltmain.in: Correct an error in yesterday's patch. X-Git-Tag: multi-language-merge-point~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c225425481f3695c704b5d12eb6430191533e133;p=thirdparty%2Flibtool.git * ltmain.in: Correct an error in yesterday's patch. --- diff --git a/ChangeLog b/ChangeLog index 600c80f12..2c05605e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-21 Nick Hudson + + * ltmain.in: Correct an error in yesterday's patch. + 2001-04-20 Nick Hudson * libtool.m4: Improve NetBSD support. diff --git a/ltmain.in b/ltmain.in index 7eb941e4d..d7b93fac5 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1218,9 +1218,6 @@ EOF 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 @@ -2791,6 +2788,9 @@ EOF # 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