summaryrefslogtreecommitdiff
path: root/elsie.nci.nih.gov/src/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2005-05-11 05:09:12 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2005-05-11 05:09:12 +0000
commitd78346c4627e01ab22d08a43225fa51f1422dcd2 (patch)
treef6e350747840a0545fb523d5867fc52481e773f3 /elsie.nci.nih.gov/src/Makefile
parenta34ed3c5dc23df898a1acada1508f31209db5541 (diff)
downloadpytz-d78346c4627e01ab22d08a43225fa51f1422dcd2.tar.gz
Import Olson tzdata2005i and tzcode2005h
Diffstat (limited to 'elsie.nci.nih.gov/src/Makefile')
-rw-r--r--elsie.nci.nih.gov/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/elsie.nci.nih.gov/src/Makefile b/elsie.nci.nih.gov/src/Makefile
index 3f9dd9a..ea7691a 100644
--- a/elsie.nci.nih.gov/src/Makefile
+++ b/elsie.nci.nih.gov/src/Makefile
@@ -1,4 +1,4 @@
-# @(#)Makefile 7.107
+# @(#)Makefile 7.108
# Change the line below for your time zone (after finding the zone you want in
# the time zone files, or adding it to a time zone file).
@@ -403,7 +403,7 @@ typecheck:
for i in "long long" unsigned double; \
do \
make CFLAGS="-DTYPECHECK -D_TIME_T \"-Dtime_t=$$i\"" ; \
- ./zdump -v US/Eastern ; \
+ ./zdump -v Europe/Rome ; \
make clean ; \
done