Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9116f6c

Browse files
committed
fix module name in MODULE_PATHNAME substitution
1 parent06bbd98 commit9116f6c

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)

[8]ページ先頭

©2009-2025 Movatter.jp