From: Nick Hudson Date: Sat, 21 Apr 2001 17:10:20 +0000 (+0000) Subject: * ltmain.in: Correct an error in yesterday's patch. X-Git-Tag: release-1-4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30eea50730f3c7218c951f6ce8161ff39bcd6cd1;p=thirdparty%2Flibtool.git * ltmain.in: Correct an error in yesterday's patch. --- diff --git a/ChangeLog b/ChangeLog index 48b419bfd..61f91e66c 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 e363ed954..f59e2d775 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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