]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (-no-fast-install): Wrapper script used to add the
authorGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 1999 14:26:11 +0000 (14:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 1999 14:26:11 +0000 (14:26 +0000)
exeext on again when naming the wrapped executable.

ChangeLog
ltmain.in

index fe2bfa93de4dbf3ed9b81504f0d2accd069f05fe..a4c3f794ea89c0de1f49d799d1d3e0c2e8dcdbdd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-04  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * ltmain.in (-no-fast-install):  Wrapper script used to add the
+       exeext on again when naming the wrapped executable.
+
 1999-10-03  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * ltconfig.in:  Set $FILE to @FILE@ for substitution with
index 6212e4ab955edde9204dd38badcd8d4758a01329..e968b69e17eae3a6936ab24a93a556bafb5e8f2d 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -3567,7 +3567,7 @@ else
   fi"
        else
          echo >> $output "\
-  program='$outputname$exeext'
+  program='$outputname'
   progdir=\"\$thisdir/$objdir\"
 "
        fi