From: Gary V. Vaughan Date: Mon, 2 Oct 2000 01:24:01 +0000 (+0000) Subject: From Bruce Korb X-Git-Tag: multi-language-merge-point~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50cc50824cb8324617d15552c484df6c9610bba4;p=thirdparty%2Flibtool.git From Bruce Korb * ltmain.in (execute_dlfiles): Reduce obfuscation. --- diff --git a/ChangeLog b/ChangeLog index 1c83571d7..07f23d9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-02 Gary V. Vaughan + + From Bruce Korb + * ltmain.in (execute_dlfiles): Reduce obfuscation. + 2000-09-30 Alexandre Oliva * ltconfig.in [netbsd*] (deplibs_check_method, file_magic_cmd, diff --git a/ltmain.in b/ltmain.in index 8972758b8..e77930fea 100644 --- a/ltmain.in +++ b/ltmain.in @@ -122,7 +122,7 @@ do if test -n "$prev"; then case "$prev" in execute_dlfiles) - eval "$prev=\"\$$prev \$arg\"" + execute_dlfiles="$execute_dlfiles $arg" ;; tag) tagname="$arg"