libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 11-gary-compile-mode-shorthand-typo.patch


From: Gary V. Vaughan
Subject: FYI: 11-gary-compile-mode-shorthand-typo.patch
Date: Tue, 07 Oct 2003 15:39:56 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(lilith.warpmail.net|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * ltmain.in: Typo in the --mode shorthand.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.345
diff -u -p -u -r1.345 ltmain.in
--- ltmain.in 5 Oct 2003 15:27:34 -0000 1.345
+++ ltmain.in 7 Oct 2003 14:34:05 -0000
@@ -160,7 +160,7 @@ win32_libid () {
 
 # Shorthand for --mode=foo
 case $1 in
-compile|compil|compi|comp|com|co|o)
+compile|compil|compi|comp|com|co|c)
   shift; set -- --mode=compile ${1+"$@"}
   ;;
 execute|execut|execu|exec|exe|ex|e)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]