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

yacc/lex dependency order

2003-02-18 Thread mcmahill
I have a program that uses lex and yacc and I'm trying to make it work completely with automake. The problem I'm having is that the lex source includes a header generated by yacc but the automake generated makefile doesn't capture that dependency. The result is that the build tries to run lex an