thou shalt not commit before make check :-)

This commit is contained in:
Alexandre Oliva 1998-11-04 03:20:34 +00:00 committed by Alexandre Oliva
parent d630d91159
commit 9175e38188

View File

@ -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'`