diff options
-rw-r--r-- | ltmain.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -863,12 +863,13 @@ EOF fi if test -z "$output_obj"; then + $run $rm "$lobj" # Place PIC objects in $objdir command="$command -o $lobj" + else + $run $rm "$lobj" "$output_obj" fi - $run $rm "$lobj" "$output_obj" - $show "$command" if $run eval "$command"; then : else |