From: Alexandre Oliva Date: Wed, 13 Jan 1999 18:27:43 +0000 (+0000) Subject: * ltmain.in (old_archives, oldobjs): use find to SYMDEF here too X-Git-Tag: automake_1-4~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c49ba24a343af8e8896783806c13e2a3ff78ca7;p=thirdparty%2Flibtool.git * ltmain.in (old_archives, oldobjs): use find to SYMDEF here too --- diff --git a/ChangeLog b/ChangeLog index 46ad7bf95..48feebca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-13 Alexandre Oliva + * ltmain.in (old_archives, oldobjs): use find to SYMDEF here too + * Makefile.am (@DIST_MAKEFILE_LIST@): `$' must be doubled * configure.in (AC_CONFIG_DIRS): configure only libltdl, and then, diff --git a/ltmain.in b/ltmain.in index 23581d196..9561a3c7c 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2293,7 +2293,7 @@ fi\ $show "(cd $xdir && $AR x ../$xlib)" $run eval "(cd \$xdir && $AR x ../\$xlib)" || exit $? - oldobjs="$oldobjs `echo $xdir/*`" + oldobjs="$oldobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP` done # Do each command in the archive commands.