[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: use functions to create rules
From: |
ogronom |
Subject: |
Re: use functions to create rules |
Date: |
Tue, 12 Jun 2012 09:24:16 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120401 Firefox/11.0 SeaMonkey/2.8 |
Thanks :(
So much time wasted.
Stefano Lattarini wrote:
> On 06/12/2012 03:13 PM, ogronom wrote:
>> Thanks, Paul. It really helped, but there is still a strange issue.
>>
>> ################################################# BEGIN
>> tests_SRC=1.c 2.c
>> tests=$(tests_SRC:.c=.out))
>>
> Extra trailing ')' here.
>
> HTH,
> Stefano