From Bruce Korb <bkorb@cruzio.com>

* ltmain.in (execute_dlfiles): Reduce obfuscation.
This commit is contained in:
Gary V. Vaughan 2000-10-02 01:18:16 +00:00
parent 19a68902d6
commit a12dfc6cc8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-10-02 Gary V. Vaughan <gvv@techie.com>
From Bruce Korb <bkorb@cruzio.com>
* ltmain.in (execute_dlfiles): Reduce obfuscation.
2000-09-30 Alexandre Oliva <aoliva@redhat.com>
* libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd,

View File

@ -116,7 +116,7 @@ do
if test -n "$prev"; then
case "$prev" in
execute_dlfiles)
eval "$prev=\"\$$prev \$arg\""
execute_dlfiles="$execute_dlfiles $arg"
;;
*)
eval "$prev=\$arg"