summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-17 15:00:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-17 15:00:44 +0000
commitb1064100ac158175ddfd89cc307949810d1387e8 (patch)
treef6b470fb828baa794347d4d922789f7286f1138b /Makefile
parentde2198f85701d8c557cfd56718a486a6b07b419c (diff)
downloadldetect-lst-b1064100ac158175ddfd89cc307949810d1387e8.tar
ldetect-lst-b1064100ac158175ddfd89cc307949810d1387e8.tar.gz
ldetect-lst-b1064100ac158175ddfd89cc307949810d1387e8.tar.bz2
ldetect-lst-b1064100ac158175ddfd89cc307949810d1387e8.tar.xz
ldetect-lst-b1064100ac158175ddfd89cc307949810d1387e8.zip
(changelog) use english dates in ChangeLog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 321737c0..2d47c6ba 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,6 @@ log: changelog
changelog: ../common/username
cvs2cl -U ../common/username -I ChangeLog --accum -F TRUNK
rm -f ChangeLog.bak
- cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
+ cvs commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
# Makefile ends here