]> 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:23:12 +0000 (14:23 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 4 Oct 1999 14:23:12 +0000 (14:23 +0000)
exeext on again when naming the wrapped executable.

ChangeLog
ltmain.in

index b71f8accd38c4ab19f070e3b584161a6ea85ee43..0c3233e5f5e64fcbcf3d5c515a8de32950b9a6aa 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-09-28  Albert Cheng  <acheng@ncsa.uiuc.edu>
 
        * ltmain.in (shlibpath_var): ensure the variable is non-empty before
index 75e698c46de0fdc9ac1c9883844419a17e2b4a8b..d3a61b2a29e44f9c480d7d7854b907a14899240b 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2870,7 +2870,7 @@ else
   fi"
        else
          echo >> $output "\
-  program='$outputname$exeext'
+  program='$outputname'
   progdir=\"\$thisdir/$objdir\"
 "
        fi