Index: ltmain.in =================================================================== RCS file: /cvsroot/libtool/libtool/ltmain.in,v retrieving revision 1.288 diff -c -r1.288 ltmain.in *** ltmain.in 3 Mar 2002 03:19:54 -0000 1.288 --- ltmain.in 9 Mar 2002 16:04:00 -0000 *************** *** 2278,2285 **** add="-l$name" else # We cannot seem to hardcode it, guess we'll fake it. ! add_dir="-L$libdir" ! add="-l$name" fi if test "$linkmode" = prog; then --- 2278,2284 ---- add="-l$name" else # We cannot seem to hardcode it, guess we'll fake it. ! add="$libdir/$linklib" fi if test "$linkmode" = prog; then