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

Commitf237a80

Browse files
committed
Fix to build correctly outside source tree.
1 parent17d6721 commitf237a80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎contrib/tsearch2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ top_builddir = ../..
33
include$(top_builddir)/src/Makefile.global
44

55

6-
overrideCPPFLAGS := -I. -I./snowball -I./ispell -I./wordparser$(CPPFLAGS)
6+
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/snowball -I$(srcdir)/ispell -I$(srcdir)/wordparser$(CPPFLAGS)
77

88
MODULE_big = tsearch2
99
OBJS = dict_ex.o dict.o snmap.o stopword.o common.o prs_dcfg.o\
@@ -35,7 +35,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
3535
install: installstop
3636

3737
installstop:
38-
cp stopword/*.stop$(datadir)
38+
cp$(srcdir)/stopword/*.stop$(datadir)
3939

4040

4141
tsearch2.sql.in: tsearch.sql._in

‎contrib/tsearch2/ispell/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ top_builddir = ../../..
33
include$(top_builddir)/src/Makefile.global
44

55

6-
overrideCPPFLAGS := -I. -I..$(CPPFLAGS)
6+
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
77

88
SUBOBJS = spell.o
99

‎contrib/tsearch2/snowball/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ top_builddir = ../../..
33
include$(top_builddir)/src/Makefile.global
44

55

6-
overrideCPPFLAGS := -I. -I..$(CPPFLAGS)
6+
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
77

88
SUBOBJS = english_stem.o api.o russian_stem.o utilities.o
99

‎contrib/tsearch2/wordparser/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ top_builddir = ../../..
33
include$(top_builddir)/src/Makefile.global
44

55

6-
overrideCPPFLAGS := -I. -I..$(CPPFLAGS)
6+
overrideCPPFLAGS := -I$(srcdir) -I$(srcdir)/..$(CPPFLAGS)
77

88
SUBOBJS = parser.o deflex.o
99

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp