From 7856ba7351dfdd41487fd89cbbbd6ac3eff80af8 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 18 Dec 1999 08:27:41 +0000 Subject: [PATCH] * ltmain.in: Oops, `largarg' -> `lastarg'. --- ChangeLog | 4 +++- ltmain.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3