From b9f8b2e6c75bb40e7a1b117694ded06b46f78bac Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 18 Jun 1999 13:46:33 +0000 Subject: [PATCH] * ltmain.in (outputname): When generating the executable wrapper script, $outputname already has the $exeext suffix, so we needn't add it again. --- ChangeLog | 6 ++++++ ltmain.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe3db5df1..81361c07b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-06-18 Gary V. Vaughan + + * ltmain.in (outputname): When generating the executable wrapper + script, $outputname already has the $exeext suffix, so we needn't + add it again. + 1999-06-16 Gary V. Vaughan * libltdl/configure.in (ac_cv_lib_dl_dlopen): missing "x" in test diff --git a/ltmain.in b/ltmain.in index d0898fe09..91e3f46cd 100644 --- a/ltmain.in +++ b/ltmain.in @@ -3466,7 +3466,7 @@ else if test "$fast_install" = yes; then echo >> $output "\ - program=lt-'$outputname$exeext' + program=lt-'$outputname' progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || \\ -- 2.47.3