Home | History | Annotate | Download | only in config

Lines Matching refs:lobj

838     lobj=${xdir}$objdir/$objname
848 removelist="$obj $lobj $libobj ${libobj}T"
850 removelist="$lobj $libobj ${libobj}T"
952 command="$command -o $lobj"
955 $run $rm "$lobj" "$output_obj"
985 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
986 $show "$mv $output_obj $lobj"
987 if $run $mv $output_obj $lobj; then :