Re: gram.y => preproc.y - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: gram.y => preproc.y
Date
Msg-id 20081114120334.GA3830@alvh.no-ip.org
Whole thread Raw
In response to Re: gram.y => preproc.y  (Michael Meskes <meskes@postgresql.org>)
Responses Re: gram.y => preproc.y  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
Michael Meskes wrote:

> +$(srcdir)/preproc.y: $(top_srcdir)/src/backend/parser/gram.y
> +    $(PERL) $(srcdir)/parse.pl $(srcdir) < $< > $@ 

Why are you passing $(srcdir) as a parameter here?  It doesn't look like
the script uses it at all, or does it?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Updates of SE-PostgreSQL 8.4devel patches (r1216)
Next
From: Andrew Chernow
Date:
Subject: Re: libpq-events windows gotcha