bug in contrib-global.mk

From: Chris Bainbridge <chrb(at)dcs(dot)ed(dot)ac(dot)uk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: bug in contrib-global.mk
Date: 2002-01-21 01:32:49
Message-ID: T589315c981ac1785e709d@pcow029o.blueyonder.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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, it should be

%.sql: %.sql.in
sed 's,MODULE_PATHNAME,$(libdir)/$*,g' $< >$@

running:

sed 3.02-8
make 3.79.1-11
bash 2.05a-4

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-21 02:36:40 Re: [ODBC] odbc error
Previous Message pgsql-bugs 2002-01-20 14:54:02 Bug #563: kernel table full