Re: Minor changes to lex.am and yacc.am

2002-02-14 Thread Magnus Fromreide
On Thu, 14 Feb 2002, Alexandre Duret-Lutz wrote: > When does this happens? I've tried to make a test case which > use the following Makefile.am > > AUTOMAKE_OPTIONS = subdir-objects > bin_PROGRAMS = foo > foo_SOURCES = foo/parse.y > > but this raised another problem: the specific rule outp

Re: Minor changes to lex.am and yacc.am

2002-02-14 Thread Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> Hi, >>> "Magnus" == Magnus Fromreide <[EMAIL PROTECTED]> writes: Magnus> In the rules from lex.am and yacc.am, if the item %OBJ% Magnus> or the variable LEX_OUTPUT_ROOT in lex.am contains a / Magnus> then the sed expression f

Re: Minor changes to lex.am and yacc.am

2002-02-14 Thread Alexandre Duret-Lutz
Hi, >>> "Magnus" == Magnus Fromreide <[EMAIL PROTECTED]> writes: Magnus> In the rules from lex.am and yacc.am, if the item %OBJ% Magnus> or the variable LEX_OUTPUT_ROOT in lex.am contains a / Magnus> then the sed expression fails. When does this happens? I've tried to make a test case which

Minor changes to lex.am and yacc.am

2002-02-07 Thread Magnus Fromreide
In the rules from lex.am and yacc.am, if the item %OBJ% or the variable LEX_OUTPUT_ROOT in lex.am contains a / then the sed expression fails. A patch proposal is available below but I have no problems with changing the separator character so something other than #, : do come to mind. Another appr