* ltmain.in (outputname): When generating the executable wrapper

script, $outputname already has the $exeext suffix, so we needn't
add it again.
This commit is contained in:
Gary V. Vaughan 1999-06-18 13:46:33 +00:00
parent db655ec51b
commit b9f8b2e6c7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1999-06-18 Gary V. Vaughan <gary@oranda.demon.co.uk>
* 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 <gary@oranda.demon.co.uk>
* libltdl/configure.in (ac_cv_lib_dl_dlopen): missing "x" in test

View File

@ -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\" || \\