From 57f7407dcbb7e049649d65cda972872708a74a8c Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 3 Feb 2005 15:08:47 +0000 Subject: [PATCH] * ltmain.in (link mode): Backport yet another cygwin subdir fix (wrappersource). --- ChangeLog | 7 ++++++- ltmain.in | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ad37a743..4cd47bcf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2004-09-21 Charles Wilson +2005-02-03 Ralf Wildenhues + + * ltmain.in (link mode): Backport yet another cygwin subdir fix + (wrappersource). + +2005-02-03 Charles Wilson Backported from branch-2-0: * ltmain.in (func_generate_dlsyms): addresses diff --git a/ltmain.in b/ltmain.in index 463bd62ea..25e68803c 100644 --- 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 -- 2.47.3