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

This commit is contained in:
Gary V. Vaughan 2003-10-07 14:34:45 +00:00
parent fe03e46514
commit 08849ebfb4
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)