Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1794)

Unified Diff: source/tools/tzcode/Makefile.in

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/toolutil/ucln_tu.cpp ('k') | source/tools/tzcode/asctime.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/tzcode/Makefile.in
diff --git a/source/tools/tzcode/Makefile.in b/source/tools/tzcode/Makefile.in
index f3c68d3bcf7cb5d799c621f8ccdeec5aad9a38d3..b6ec447f8a3bfa29fbd716c1445e609738474590 100644
--- a/source/tools/tzcode/Makefile.in
+++ b/source/tools/tzcode/Makefile.in
@@ -102,7 +102,8 @@ PRIMARY_YDATA= africa antarctica asia australasia \
YDATA= $(PRIMARY_YDATA) pacificnew etcetera factory backward
NDATA= systemv
SDATA= solar87 solar88 solar89
-TDATA= $(YDATA) $(NDATA) $(SDATA)
+#TDATA= $(YDATA) $(NDATA) $(SDATA)
+TDATA= $(YDATA) $(NDATA)
YEARISTYPE= ./yearistype
TZDIR=zoneinfo
« no previous file with comments | « source/tools/toolutil/ucln_tu.cpp ('k') | source/tools/tzcode/asctime.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698