From: Gary V. Vaughan Date: Fri, 18 Jun 1999 13:46:33 +0000 (+0000) Subject: * ltmain.in (outputname): When generating the executable wrapper X-Git-Tag: release-1-3b~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9f8b2e6c75bb40e7a1b117694ded06b46f78bac;p=thirdparty%2Flibtool.git * ltmain.in (outputname): When generating the executable wrapper script, $outputname already has the $exeext suffix, so we needn't add it again. --- 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\" || \\