Re: flex/bison rebuilding issue

2010-09-10 Thread Philip Herron
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

flex/bison rebuilding issue

2010-09-10 Thread Reuben Hawkins
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

Re: flex/bison rebuilding issue

2010-09-10 Thread Reuben Hawkins
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