projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7efc8ef
)
Turned off EUROPEAN_DATES as default...
author
Marc G. Fournier
<
[email protected]
>
Sat, 21 Sep 1996 19:12:11 +0000
(19:12 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Sat, 21 Sep 1996 19:12:11 +0000
(19:12 +0000)
Pointed out by Bruce
src/Makefile.global
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global
b/src/Makefile.global
index bb04db453f1024df39cc204f13c37e18602c8b71..fb555b5247d95f761063483834a9f7fc6ef34f08 100644
(file)
--- a/
src/Makefile.global
+++ b/
src/Makefile.global
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.3
1 1996/09/21 06:23:57
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.3
2 1996/09/21 19:12:11
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 =
1
+EUROPEAN_DATES =
0
# Comment out PROFILE to disable profiling.
#