Skip to content

Commit 9116f6c

Browse files
committed
fix module name in MODULE_PATHNAME substitution
1 parent 06bbd98 commit 9116f6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contrib/tsearch2/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/tsearch2/Makefile,v 1.4 2003/08/23 04:25:28 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/tsearch2/Makefile,v 1.5 2003/08/26 10:01:02 teodor Exp $
22

33
subdir = contrib/tsearch2
44
top_builddir = ../..
@@ -29,12 +29,10 @@ DATA_built = tsearch2.sql untsearch2.sql
2929
DOCS = README.tsearch2
3030
REGRESS = tsearch2
3131

32-
EXTRA_CLEAN = tsearch2.sql.in
33-
3432
SHLIB_LINK := -lm
3533

3634
tsearch2.sql: tsearch.sql.in
37-
sed -e 's,MODULE_PATHNAME,$$libdir/$*,g' \
35+
sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' \
3836
-e 's,DATA_PATH,$(datadir)/contrib,g' $< >$@
3937

4038
untsearch2.sql: untsearch.sql.in

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy