]> 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:10:20 +0000 (17:10 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 21 Apr 2001 17:10:20 +0000 (17:10 +0000)
ChangeLog
ltmain.in

index 48b419bfd076cfc582c3ec802719cdf8f57f6207..61f91e66cccac127eceaa8dfdb75591e26478bf7 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 e363ed9549de1a1bf5318063b25fe9f2b4034467..f59e2d7758b60b5c908cf337b25eda98def27750 100644 (file)
--- 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