Re: yacc/lex dependency order

2003-02-20 Thread mcmahill
thanks! I'd been reading the 1.7.2 manual... Its all working for me now. On Thu, 20 Feb 2003, Alexandre Duret-Lutz wrote: > >>> "mcmahill" == mcmahill <[EMAIL PROTECTED]> writes: > > [...] > > mcmahill> The problem I'm having is that the lex source > mcmahill> includes a header generated

Re: yacc/lex dependency order

2003-02-20 Thread Alexandre Duret-Lutz
>>> "mcmahill" == mcmahill <[EMAIL PROTECTED]> writes: [...] mcmahill> The problem I'm having is that the lex source mcmahill> includes a header generated by yacc but the automake mcmahill> generated makefile doesn't capture that dependency. The 1.7.3 documentation has a paragraph about this