]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec).
authorDavid Edelsohn <dje@watson.ibm.com>
Mon, 25 Apr 2005 16:25:14 +0000 (16:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 25 Apr 2005 16:25:14 +0000 (16:25 +0000)
* config/ltmain.m4sh (func_mode_link): Change $filelist to $output.

ChangeLog
config/ltmain.m4sh
m4/libtool.m4

index cb25c169ec28527738dddad7ad0512d0160d85fa..cb1ca942878c50760554a345e19d2a8ababd74a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-25  David Edelsohn  <dje@watson.ibm.com>
+
+       * m4/libtool.m4 (_LT_LINKER_SHLIBS): _LT_TAGDECL(file_list_spec).
+       * config/ltmain.m4sh (func_mode_link): Change $filelist to $output.
+
 2005-04-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/libtool.m4 (_LT_CC_BASENAME): Ignore `compile'.
index c2ea70cfdca39b08dc2c0ddd768176c40581e843..7f37069613abd3d79458f26029464a8ee17a5161 100644 (file)
@@ -5116,7 +5116,7 @@ EOF
              $ECHO "$obj" >> $output
            done
            delfiles="$delfiles $output"
-           output=\"$file_list_spec$filelist\"
+           output=\"$file_list_spec$output\"
          else
            func_echo "creating reloadable object files..."
            output=$output_objdir/$output_la-${k}.$objext
index 0b7519bc449fc5d1bc9da6a196eea267ba674abb..2c12b0258032c623962d494d4a97c857509dd4f6 100644 (file)
@@ -4533,6 +4533,8 @@ _LT_TAGDECL([], [include_expsyms], [1],
     [Symbols that must always be exported])
 _LT_TAGDECL([], [prelink_cmds], [2],
     [Commands necessary for linking programs (against libraries) with templates])
+_LT_TAGDECL([], [file_list_spec], [1],
+    [Specify filename containing input files])
 dnl FIXME: Not yet implemented
 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
 dnl    [Compiler flag to generate thread safe objects])