From 8c49ba24a343af8e8896783806c13e2a3ff78ca7 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 13 Jan 1999 18:27:43 +0000 Subject: [PATCH] * ltmain.in (old_archives, oldobjs): use find to SYMDEF here too --- ChangeLog | 2 ++ ltmain.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.2