From: Alexandre Oliva Date: Wed, 4 Nov 1998 03:20:34 +0000 (+0000) Subject: thou shalt not commit before make check :-) X-Git-Tag: start~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9175e381884dbddb4b8271cd82cb33920ff54972;p=thirdparty%2Flibtool.git thou shalt not commit before make check :-) --- 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'`