diff options
Diffstat (limited to 'contrib/tsearch2/snowball/Makefile')
| -rw-r--r-- | contrib/tsearch2/snowball/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/tsearch2/snowball/Makefile b/contrib/tsearch2/snowball/Makefile index aa94658f65..dd5c84d723 100644 --- a/contrib/tsearch2/snowball/Makefile +++ b/contrib/tsearch2/snowball/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/tsearch2/snowball/Makefile,v 1.9 2006/01/27 16:32:31 teodor Exp $ +# $PostgreSQL: pgsql/contrib/tsearch2/snowball/Makefile,v 1.10 2007/06/26 22:05:03 tgl Exp $ SUBOBJS = english_stem.o api.o russian_stem.o russian_stem_UTF8.o utilities.o @@ -7,7 +7,8 @@ EXTRA_CLEAN = SUBSYS.o $(SUBOBJS) PG_CPPFLAGS = -I$(srcdir)/.. ifdef USE_PGXS -PGXS := $(shell pg_config --pgxs) +PG_CONFIG = pg_config +PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = contrib/tsearch2/snowball |
