]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
typo
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Fri, 26 May 2000 05:35:50 +0000 (05:35 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 26 May 2000 05:35:50 +0000 (05:35 +0000)
ltmain.in

index a754faf1ae04ec1d6b4cfde94521d55f419291e5..c1b217edcea672a64941172ea5ac4995ac84b637 100644 (file)
--- 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