From 3b1e04c3e9b63281062aa07ed6eefdd998c0f475 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 27 Aug 2007 10:29:49 +0000 Subject: Fix generation of snowball_create.sql on msvc builds. --- src/backend/snowball/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/snowball') 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 -- cgit v1.2.3