]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (ILD): fix addition of deplibs in relink case.
authorNick Hudson <skrll@netbsd.org>
Mon, 24 Jul 2000 05:15:37 +0000 (05:15 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 24 Jul 2000 05:15:37 +0000 (05:15 +0000)
ChangeLog
ltmain.in

index e890110e3d29dcb2460c5c8aeb2c0bf7e2b7105f..0c0d8fc5ef270f284c49e6f4dbea8647460298fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-24  Nick Hudson <skrll@netbsd.org>
+
+       * ltmain.in (ILD): fix addition of deplibs in relink case.
+
 2000-07-19  H.J. Lu  <hjl@gnu.org>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
        * ltcf-c.sh, ltcf-cxx.sh: Check if -lc is necessary for building
index e9543d17a27502364c41993203511b07f2a76a4e..79eb9a50c62e14ba8babd8c3321f4a9f1461058e 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2048,7 +2048,7 @@ EOF
              test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
            else
              test -n "$add_dir" && deplibs="$add_dir $deplibs"
-             test -n "$add" && deplibs="$add deplibs"
+             test -n "$add" && deplibs="$add $deplibs"
            fi
          fi
        elif test $linkmode = prog; then