projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a14945
)
Comment out EUROPEAN_DATES by default. v2.0 moves it into include/config.h
author
Marc G. Fournier
<
[email protected]
>
Fri, 11 Oct 1996 03:06:28 +0000
(
03:06
+0000)
committer
Marc G. Fournier
<
[email protected]
>
Fri, 11 Oct 1996 03:06:28 +0000
(
03:06
+0000)
src/Makefile.global
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global
b/src/Makefile.global
index fd597d381894f420c5c7dac6950cb9c68bf4506a..cd2aaa64bf261ed4ec7a6714e7ee3e1edef120a4 100644
(file)
--- a/
src/Makefile.global
+++ b/
src/Makefile.global
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.
9 1996/10/09 20:33:53
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.
10 1996/10/11 03:06:28
scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@
-142,7
+142,7
@@
ENFORCE_ALIGNMENT= true
# turn this on if you prefer European style dates instead of American
# style dates
-EUROPEAN_DATES = 0
+
#
EUROPEAN_DATES = 0
# Comment out PROFILE to disable profiling.
#