]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Bruce Korb <bkorb@cruzio.com>
authorGary V. Vaughan <gary@gnu.org>
Mon, 2 Oct 2000 01:24:01 +0000 (01:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 2 Oct 2000 01:24:01 +0000 (01:24 +0000)
* ltmain.in (execute_dlfiles): Reduce obfuscation.

ChangeLog
ltmain.in

index 1c83571d74b818966205011d3d4f6b678c9cdb8a..07f23d9bc99149c3644136d4e934f9285ec2ab2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * ltconfig.in [netbsd*] (deplibs_check_method, file_magic_cmd,
index 8972758b87121a3562b10edb27d191984964a2c7..e77930fea04d4ea145429eb7dc8877055da4b113 100644 (file)
--- 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"