From: Alexandre Oliva Date: Sat, 18 Dec 1999 08:27:41 +0000 (+0000) Subject: * ltmain.in: Oops, `largarg' -> `lastarg'. X-Git-Tag: release-1-3d~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7856ba7351dfdd41487fd89cbbbd6ac3eff80af8;p=thirdparty%2Flibtool.git * ltmain.in: Oops, `largarg' -> `lastarg'. --- diff --git a/ChangeLog b/ChangeLog index bc796cfe7..20334c336 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 1999-12-18 Alexandre Oliva + * ltmain.in: Oops, `largarg' -> `lastarg'. + * ltmain.in (-Wc, -Xcompiler): Implemented in compile mode. - + * ltmain.in (-Xcompiler, -Xlinker): Add to compile_command and finalize_command. (-Wc, -Wl): Likewise. diff --git a/ltmain.in b/ltmain.in index f18d74129..ff68bfedd 100644 --- a/ltmain.in +++ b/ltmain.in @@ -381,7 +381,7 @@ if test -z "$show_help"; then # in scan sets, so we specify it separately. case "$lastarg" in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - lastarg="\"$largarg\"" + lastarg="\"$lastarg\"" ;; esac