File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.1 2009/08/18 10:34:39 teodor Exp $
1
+ # $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.2 2009/08/18 15:51:16 tgl Exp $
2
2
3
3
MODULE_big = unaccent
4
4
OBJS = unaccent.o
@@ -8,17 +8,16 @@ DATA = uninstall_unaccent.sql
8
8
DATA_TSEARCH = unaccent.rules
9
9
REGRESS = unaccent
10
10
11
+ # Adjust REGRESS_OPTS because we need a UTF8 database
12
+ REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB ) --multibyte=UTF8 --no-locale
11
13
12
14
ifdef USE_PGXS
13
15
PG_CONFIG = pg_config
14
16
PGXS := $(shell $(PG_CONFIG ) --pgxs)
15
17
include $(PGXS )
16
18
else
17
- subdir = contrib/pg_trgm
19
+ subdir = contrib/unaccent
18
20
top_builddir = ../..
19
21
include $(top_builddir ) /src/Makefile.global
20
22
include $(top_srcdir ) /contrib/contrib-global.mk
21
23
endif
22
-
23
- # redefine REGRESS_OPTS because of needings of UTF8 database
24
- REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB ) --multibyte=UTF8 --no-locale
You can’t perform that action at this time.
0 commit comments