From 32620c222e137b43524b0973720b773045c062c3 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 23 Sep 1996 08:37:41 +0000 Subject: [PATCH] From: Bruce Momjian To: Postgres95-development Subject: [PG95-DEV] Makefile.global patch Can we apply the following patch to make EUROPEAN_DATES consistent with other parameters? --- src/Makefile.global | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.global b/src/Makefile.global index fb555b5247..e7e80f0a33 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.32 1996/09/21 19:12:11 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.33 1996/09/23 08:37:41 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -141,7 +141,7 @@ ENFORCE_ALIGNMENT= true # turn this on if you prefer European style dates instead of American # style dates -EUROPEAN_DATES = 0 +#EUROPEAN_DATES = true # Comment out PROFILE to disable profiling. # -- 2.11.0