From: Gary V. Vaughan Date: Mon, 4 Oct 1999 14:23:12 +0000 (+0000) Subject: * ltmain.in (-no-fast-install): Wrapper script used to add the X-Git-Tag: release-1-3-4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd1bf47223be7f6b660034cf865052bf522fe94;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 b71f8accd..0c3233e5f 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-09-28 Albert Cheng * ltmain.in (shlibpath_var): ensure the variable is non-empty before diff --git a/ltmain.in b/ltmain.in index 75e698c46..d3a61b2a2 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2870,7 +2870,7 @@ else fi" else echo >> $output "\ - program='$outputname$exeext' + program='$outputname' progdir=\"\$thisdir/$objdir\" " fi