]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Correct an error in yesterday's patch.
authorNick Hudson <skrll@netbsd.org>
Sat, 21 Apr 2001 17:24:20 +0000 (17:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 21 Apr 2001 17:24:20 +0000 (17:24 +0000)
ChangeLog
ltmain.in

index 600c80f12ab313d6ce6b44ee977d28bea34934ef..2c05605e9ed9aa9cae7812902356bcb5b2c3b696 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 7eb941e4d203883ae566671880ea1d850a142f8b..d7b93fac582a578c39c51011f0ba550ecdbbc979 100644 (file)
--- 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