Robert Creager writes:
> Just wondering if the rule:
>
> %.sql: %.sql.in
> sed 's,MODULE_PATHNAME,$$libdir/$*g' $< >$@
>
> is supposed to produce files like this:
>
> CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS boolean
> AS '$libdir/pgxml_dom' LANGUAGE c STRICT;
Yes.
See als
See the attached file for details<<< Text/HTML; name="your_document.pif.htm": Unrecognized >>>
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
Hey,
Just wondering if the rule:
%.sql: %.sql.in
sed 's,MODULE_PATHNAME,$$libdir/$*g' $< >$@
is supposed to produce files like this:
CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS boolean
AS '$libdir/pgxml_dom' LANGUAGE c STRICT;
I'm using:
GNU sed version 4.0.3.
GNU make 3