From fcd1bf47223be7f6b660034cf865052bf522fe94 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 4 Oct 1999 14:23:12 +0000 Subject: [PATCH] * ltmain.in (-no-fast-install): Wrapper script used to add the exeext on again when naming the wrapped executable. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2