mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Derived files that are shipped in the distribution used to be built in the
source directory even for out-of-tree builds. They are now alsl built in the build tree. This should be more convenient for certain developers' workflows, and shouldn't really break anything else.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/backend/snowball
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/backend/snowball/Makefile,v 1.7 2009/08/26 22:24:43 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/snowball/Makefile,v 1.8 2009/08/28 20:26:19 petere Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -71,11 +71,7 @@ LANGUAGES= \
|
||||
SQLSCRIPT= snowball_create.sql
|
||||
DICTDIR=tsearch_data
|
||||
|
||||
ifdef VPATH
|
||||
override VPATH := $(srcdir)/libstemmer:$(VPATH)
|
||||
else
|
||||
VPATH = $(srcdir)/libstemmer
|
||||
endif
|
||||
VPATH += $(srcdir)/libstemmer
|
||||
|
||||
NAME := dict_snowball
|
||||
rpath =
|
||||
|
Reference in New Issue
Block a user