We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentec81284 commited05063Copy full SHA for ed05063
contrib/unaccent/Makefile
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.1 2009/08/1810:34:39 teodor Exp $
+# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.2 2009/08/1815:51:16 tgl Exp $
2
3
MODULE_big = unaccent
4
OBJS = unaccent.o
@@ -8,17 +8,16 @@ DATA = uninstall_unaccent.sql
8
DATA_TSEARCH = unaccent.rules
9
REGRESS = unaccent
10
11
+# Adjust REGRESS_OPTS because we need a UTF8 database
12
+REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale
13
14
ifdefUSE_PGXS
15
PG_CONFIG = pg_config
16
PGXS :=$(shell$(PG_CONFIG) --pgxs)
17
include$(PGXS)
18
else
-subdir = contrib/pg_trgm
19
+subdir = contrib/unaccent
20
top_builddir = ../..
21
include$(top_builddir)/src/Makefile.global
22
include$(top_srcdir)/contrib/contrib-global.mk
23
endif
-
-#redefine REGRESS_OPTS because of needings of UTF8 database
24
-REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale