automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/10] depend: assume we can always pass '-o' to the C compil


From: Peter Rosin
Subject: Re: [PATCH 03/10] depend: assume we can always pass '-o' to the C compiler
Date: Tue, 14 May 2013 12:33:40 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

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

[Prev in Thread] Current Thread [Next in Thread]