]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Typo in the --mode shorthand.
authorGary V. Vaughan <gary@gnu.org>
Tue, 7 Oct 2003 14:34:45 +0000 (14:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 7 Oct 2003 14:34:45 +0000 (14:34 +0000)
ChangeLog
ltmain.in

index cef5cf04ccfaca713ec4abe52314437abbe1ffd3..010182d278933f6aa0b3aa7d6242fa42c0c75856 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-07  Gary V. Vaughan  <gary@gnu.org>
+
+       * ltmain.in: Typo in the --mode shorthand.
+
 2003-10-07  Scott James Remnant  <scott@netsplit.com>
 
        * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Remove dead code
index 2b302825193a6b8876fa6411570d43e8c7e3e1f0..1d2851d9c0ca1319be9e24ac75a31c1a7dc6d99f 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -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)