* ltmain.in: Oops, largarg' -> lastarg'.

This commit is contained in:
Alexandre Oliva 1999-12-18 08:27:41 +00:00 committed by Alexandre Oliva
parent e99410754a
commit 7856ba7351
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
1999-12-18 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* 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.

View File

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