From: Gary V. Vaughan Date: Tue, 7 Oct 2003 14:34:45 +0000 (+0000) Subject: * ltmain.in: Typo in the --mode shorthand. X-Git-Tag: release-1-9b~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08849ebfb480a566ba15073a1f84b3fc2e92a401;p=thirdparty%2Flibtool.git * ltmain.in: Typo in the --mode shorthand. --- diff --git a/ChangeLog b/ChangeLog index cef5cf04c..010182d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-07 Gary V. Vaughan + + * ltmain.in: Typo in the --mode shorthand. + 2003-10-07 Scott James Remnant * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Remove dead code diff --git a/ltmain.in b/ltmain.in index 2b3028251..1d2851d9c 100644 --- 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)