From: Alexandre Oliva Date: Fri, 26 May 2000 05:35:50 +0000 (+0000) Subject: typo X-Git-Tag: multi-language-merge-point~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658b33de97950c6dcc85a71d0fd3e938c779cd65;p=thirdparty%2Flibtool.git typo --- diff --git a/ltmain.in b/ltmain.in index a754faf1a..c1b217edc 100644 --- a/ltmain.in +++ b/ltmain.in @@ -694,7 +694,7 @@ EOF # Suppress compiler output if we already did a PIC compilation. command="$command$suppress_output" - $run $rm "$obj $output_obj" + $run $rm "$obj" "$output_obj" $show "$command" if $run eval "$command"; then : else