]> 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 14:14:42 +0000 (14:14 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 18 Jun 1999 14:14:42 +0000 (14:14 +0000)
script, $outputname already has the $exeext suffix, so we needn't
add it again.

ChangeLog
ltmain.in

index a9e1382d6288ce9e2d947ff7efea2955c805c73d..662650b10d308c1ee7b42e0198d828e01b33fcb1 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/ltdl.c (sys_wll_open): libltdl expects this function to
index c764187cb916e4916e3422e2cc52263a8b812190..6530fc65e7fb10f17f5bdc622be26ae24c01a65f 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2816,7 +2816,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\" || \\