]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Oops, `largarg' -> `lastarg'.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Sat, 18 Dec 1999 08:27:41 +0000 (08:27 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 18 Dec 1999 08:27:41 +0000 (08:27 +0000)
ChangeLog
ltmain.in

index bc796cfe77edc44c5b11bbd9579261e4d278bbbe..20334c33656ded80e17ab2beb2cc031a5481c2e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f18d74129d478d66659328da0bb1cd8d83540367..ff68bfedd9f0672b8e8d7ab1c9c3444fa2e2464a 100644 (file)
--- 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