Skip to content

Commit 32620c2

Browse files
committed
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: Postgres95-development <pg95-dev@ki.net> Subject: [PG95-DEV] Makefile.global patch Can we apply the following patch to make EUROPEAN_DATES consistent with other parameters?
1 parent 3bf2b36 commit 32620c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.32 1996/09/21 19:12:11 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.33 1996/09/23 08:37:41 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -141,7 +141,7 @@ ENFORCE_ALIGNMENT= true
141141

142142
# turn this on if you prefer European style dates instead of American
143143
# style dates
144-
EUROPEAN_DATES = 0
144+
#EUROPEAN_DATES = true
145145

146146
# Comment out PROFILE to disable profiling.
147147
#

0 commit comments

Comments
 (0)