]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
thou shalt not commit before make check :-)
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 4 Nov 1998 03:20:34 +0000 (03:20 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 4 Nov 1998 03:20:34 +0000 (03:20 +0000)
ltmain.in

index 973bcefc3808ac3483418e46bdc851c3b4b35347..48f138ef7662c6da6881f729edd045bc3a6b35e8 100644 (file)
--- 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'`