mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix generation of snowball_create.sql on msvc builds.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user