On 10 September 2010 04:28, Reuben Hawkins wrote:
> Hi y'all,
>
> Attached is my Makefile.am. My problem is editing scanner.l or
> grammar.y doesn't trigger a rebuild of my whole project when *I think*
> it should... How do I set dependencies such that editing scanner.l or
> grammar.y will rebui
Hi y'all,
Attached is my Makefile.am. My problem is editing scanner.l or
grammar.y doesn't trigger a rebuild of my whole project when *I think*
it should... How do I set dependencies such that editing scanner.l or
grammar.y will rebuild my whole parser?
Thanks in advance,
Reuben
Makefile.am
D
On Thu, Sep 9, 2010 at 8:29 PM, Philip Herron wrote:
> On 10 September 2010 03:46, Reuben Hawkins wrote:
>> Attached is my Makefile.am. My problem is editing scanner.l or
>> grammar.y doesn't trigger a rebuild of my whole project when *I think*
>> it should... How do I set dependencies such tha