Thread: Another VPATH patch for ecpg

Another VPATH patch for ecpg

From
Alvaro Herrera
Date:
Hi,

I just detected another problem with building ecpg in a VPATH
environment.  This patch fixes it for me.

This is needed because ecpg_config.h ends up in the build dir rather
than the source dir.

Thanks,

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment

Re: Another VPATH patch for ecpg

From
Peter Eisentraut
Date:
Alvaro Herrera wrote:
> I just detected another problem with building ecpg in a VPATH
> environment.  This patch fixes it for me.

I think you will find that $(top_builddir)/$(subdir) is equivalent
to "."

--
Peter Eisentraut
http://developer.postgresql.org/~petere/