aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorletouzey2012-05-15 12:49:48 +0000
committerletouzey2012-05-15 12:49:48 +0000
commit069561cdbfd1f188908fee5ea020cc44fa1ddfdb (patch)
treeee89410e0bd07ef04d66c5c2b4f98af6ad5af8c6 /Makefile.common
parent68833747ac16f1be8285895c1eb7d412764c2eff (diff)
Makefile: Really avoid locales in $(DATE)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15326 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 68eb8de7e3..4c641918ed 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -337,8 +337,6 @@ MANPAGES:=man/coq-tex.1 man/coqdep.1 man/gallina.1 \
man/coqwc.1 man/coqdoc.1 man/coqide.1 \
man/coq_makefile.1 man/coqmktop.1 man/coqchk.1
-DATE=$(shell LANG=C date +"%B %Y")
-
###########################################################################
# Source documentation
###########################################################################