diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/snowball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/snowball/Makefile b/src/backend/snowball/Makefile index fdfe895ba59..e09d332e787 100644 --- a/src/backend/snowball/Makefile +++ b/src/backend/snowball/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/backend/snowball # -# $PostgreSQL: pgsql/src/backend/snowball/Makefile,v 1.2 2007/08/25 01:06:24 tgl Exp $ +# $PostgreSQL: pgsql/src/backend/snowball/Makefile,v 1.3 2007/08/27 10:29:49 mha Exp $ # #------------------------------------------------------------------------- @@ -64,7 +64,7 @@ LANGUAGES= \ russian english \ spanish spanish \ swedish swedish \ - turkish turkish \ + turkish turkish SQLSCRIPT= snowball_create.sql |