[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Make Extensions
From: |
Tom Browder |
Subject: |
Re: GNU Make Extensions |
Date: |
Wed, 10 Dec 2008 06:04:23 -0600 |
On Wed, Dec 10, 2008 at 12:39 AM, Ralf Wildenhues
<address@hidden> wrote:
> Hello Tom,
>
> * Tom Browder wrote on Wed, Dec 10, 2008 at 01:38:53AM CET:
>> Is it "legal" to use the "+=" operator in lieu of "\" when listing
>> members of a variable in Makefile.am's?
>
> Yes. In this case, an Automake extension over portable make syntax,
> i.e., automake will flatten the += and 'make' won't ever see it.
Thanks, Ralf and Bob.
-Tom