]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (link mode): Backport yet another cygwin subdir fix
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 3 Feb 2005 15:08:47 +0000 (15:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 3 Feb 2005 15:08:47 +0000 (15:08 +0000)
(wrappersource).

ChangeLog
ltmain.in

index 3ad37a7432144c6ebcfe87d915c8d8635bbb97ea..4cd47bcf56d74c39c6b77d2be8c7d67dcfde47fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2004-09-21  Charles Wilson  <cwilson@spam.protected>
+2005-02-03 Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * ltmain.in (link mode): Backport yet another cygwin subdir fix
+       (wrappersource).
+
+2005-02-03  Charles Wilson  <cwilson@spam.protected>
 
        Backported from branch-2-0:
        * ltmain.in (func_generate_dlsyms): addresses
index 463bd62ead805369d569f778d3b5b97172d13980..25e68803cb57a26636dc49c9c05ad0633fd0fe4c 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -4669,7 +4669,7 @@ static const void *lt_preloaded_setup() {
        esac
        case $host in
          *cygwin* | *mingw* )
-           cwrappersource=`$echo ${objdir}/lt-${output}.c`
+           cwrappersource=`$echo ${objdir}/lt-${outputname}.c`
            cwrapper=`$echo ${output}.exe`
            $rm $cwrappersource $cwrapper
            trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15