diff options
| author | Magnus Hagander | 2007-08-27 10:29:49 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2007-08-27 10:29:49 +0000 |
| commit | 3b1e04c3e9b63281062aa07ed6eefdd998c0f475 (patch) | |
| tree | 0b65aae28474881f2c417d60b929ab9de29765d7 /src/backend/snowball | |
| parent | 862861ee7748f9ee288decf7d5f9a2ba908b5b19 (diff) | |
Fix generation of snowball_create.sql on msvc builds.
Diffstat (limited to 'src/backend/snowball')
| -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 |
