]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (outputname): When generating the executable wrapper
authorGary V. Vaughan <gary@gnu.org>
Fri, 18 Jun 1999 13:46:33 +0000 (13:46 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 18 Jun 1999 13:46:33 +0000 (13:46 +0000)
script, $outputname already has the $exeext suffix, so we needn't
add it again.

ChangeLog
ltmain.in

index fe3db5df1ceb9e64f3ea788d07ecfa099a11bd37..81361c07b816d0f4c64b04ea31a27c3e90cf5508 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d0898fe09799f074c597304cfa444e96eff27978..91e3f46cd56e58c5553d30b171e006d3004d8cca 100644 (file)
--- 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\" || \\