[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor changes to lex.am and yacc.am
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Minor changes to lex.am and yacc.am |
Date: |
Thu, 14 Feb 2002 17:50:11 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) |
Hi,
>>> "Magnus" == Magnus Fromreide <address@hidden> 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
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 output to
build foo/parse.c does not supports VPATH builds.
[...]
--
Alexandre Duret-Lutz