]> 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:18:16 +0000 (01:18 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 2 Oct 2000 01:18:16 +0000 (01:18 +0000)
* ltmain.in (execute_dlfiles): Reduce obfuscation.

ChangeLog
ltmain.in

index 8ed5ebef6c7795e089c7f1b4a7999835ce67b622..74ac8e7a4f3e4a366be517a21cdab516ab5940d6 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>
 
        * libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd,
index ad5922ce8d3c160c31c33f2bb6d202458a664f3f..f73f5cd2f53cd621d537193bfe2857496aa3bb1b 100644 (file)
--- 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"