On 2013-05-14 10:04, Stefano Lattarini wrote:
> diff --git a/bin/automake.in b/bin/automake.in
> index 63e5962..df6560d 100644
> --- a/bin/automake.in
> +++ b/bin/automake.in
> @@ -1330,7 +1324,7 @@ sub handle_languages ()
>  
>                            COMPILE   => '$(' . $lang->compiler . ')',
>                            LTCOMPILE => '$(LT' . $lang->compiler . ')',
> -                          -o        => $output_flag);
> +                         );
>       }
>  
>       # Now include code for each specially handled object with this

The remaining trailing comma looks bad on the LTCOMPILE line. It's
probably benign, but...

Cheers,
Peter


Reply via email to