Re: bug in contrib-global.mk

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Chris Bainbridge <chrb(at)dcs(dot)ed(dot)ac(dot)uk>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: bug in contrib-global.mk
Date: 2002-01-22 20:24:30
Message-ID: Pine.LNX.4.30.0201221524040.686-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chris Bainbridge writes:

> The rule to build .sql for contrib fails, currently its
>
> ifneq (,$(MODULES)$(MODULE_big))
> %.sql: %.sql.in
> sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@
> endif
>
> $libdir never gets substituted,

That is intentional.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-01-22 20:28:55 Re: A Chinese handling bug
Previous Message Peter Eisentraut 2002-01-22 15:50:31 Re: 7.2b5 libpq++ include files broken?