From 38855bed5a09a2f005b88b73cf319b32332c4ad3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Feb 2014 23:20:08 -0500 Subject: [PATCH] Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. Per buildfarm. --- src/timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timezone/Makefile b/src/timezone/Makefile index 6cfe95019b..477aca99ea 100644 --- a/src/timezone/Makefile +++ b/src/timezone/Makefile @@ -20,7 +20,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o # timezone data files TZDATA = africa antarctica asia australasia europe northamerica southamerica \ - pacificnew etcetera factory backward systemv solar87 solar88 solar89 + pacificnew etcetera factory backward systemv TZDATAFILES = $(TZDATA:%=$(srcdir)/data/%) # which zone should determine the DST rules (not the specific UTC offset!) -- 2.40.0