From: Gary V. Vaughan Date: Mon, 4 Oct 1999 14:26:11 +0000 (+0000) Subject: * ltmain.in (-no-fast-install): Wrapper script used to add the X-Git-Tag: multi-language-fork~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8ed8796b38b1b007ab45bdb05598ab1be97114;p=thirdparty%2Flibtool.git * ltmain.in (-no-fast-install): Wrapper script used to add the exeext on again when naming the wrapped executable. --- diff --git a/ChangeLog b/ChangeLog index fe2bfa93d..a4c3f794e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-04 Gary V. Vaughan + + * ltmain.in (-no-fast-install): Wrapper script used to add the + exeext on again when naming the wrapped executable. + 1999-10-03 Gary V. Vaughan * ltconfig.in: Set $FILE to @FILE@ for substitution with diff --git a/ltmain.in b/ltmain.in index 6212e4ab9..e968b69e1 100644 --- a/ltmain.in +++ b/ltmain.in @@ -3567,7 +3567,7 @@ else fi" else echo >> $output "\ - program='$outputname$exeext' + program='$outputname' progdir=\"\$thisdir/$objdir\" " fi