From 8666adfdae46b10f3b6f62768c9baa299e4dd88d Mon Sep 17 00:00:00 2001 From: Robert Boehne Date: Sun, 17 Mar 2002 20:08:20 +0000 Subject: [PATCH] Update to top of tree --- exe/compile-txt.tpl | 3 ++- exe/ltmain.tpl | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/exe/compile-txt.tpl b/exe/compile-txt.tpl index 58b1e1821..5e04dc08d 100644 --- a/exe/compile-txt.tpl +++ b/exe/compile-txt.tpl @@ -41,7 +41,8 @@ easier to understand. do case "$arg_mode" in arg ) - lastarg="$arg" # do not "continue". Instead, add this to base_compile + # do not "continue". Instead, add this to base_compile + lastarg="$arg" arg_mode=normal ;; diff --git a/exe/ltmain.tpl b/exe/ltmain.tpl index 20c9149aa..b46fb6396 100644 --- a/exe/ltmain.tpl +++ b/exe/ltmain.tpl @@ -83,6 +83,9 @@ show="$echo" show_help= execute_dlfiles= +# set the tag name so that it defaults to CC +tagname="CC" + # Parse our command line options once, thoroughly. while test "$#" -gt 0 do -- 2.47.3