From 9175e381884dbddb4b8271cd82cb33920ff54972 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 4 Nov 1998 03:20:34 +0000 Subject: [PATCH] thou shalt not commit before make check :-) --- ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.in b/ltmain.in index 973bcefc3..48f138ef7 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1139,7 +1139,7 @@ if test -z "$show_help"; then # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then - oldlibs="$oldlibs $libname.a" + oldlibs="$oldlibs $output_objdir/$libname.a" # Transform .lo files to .o files. oldobjs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^ ]*\.a //g' -e 's/\.lo /.o /g' -e 's/ $//g'` -- 2.47.3