From cd8ed8796b38b1b007ab45bdb05598ab1be97114 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 4 Oct 1999 14:26:11 +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 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 -- 2.47.3