From a12dfc6cc889f4e2ad58aab59454133bddecfb04 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 2 Oct 2000 01:18:16 +0000 Subject: [PATCH] From Bruce Korb * ltmain.in (execute_dlfiles): Reduce obfuscation. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ed5ebef..74ac8e7a 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 * libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd, diff --git a/ltmain.in b/ltmain.in index ad5922ce..f73f5cd2 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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"