diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-14 23:20:08 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-14 23:20:17 -0500 |
commit | 38855bed5a09a2f005b88b73cf319b32332c4ad3 (patch) | |
tree | aef11f52bcb2af4432e0217778f04b464ec570b2 /src | |
parent | 46cbcd50e87be0f4734effc7182cb693da83f9f0 (diff) |
Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.
Per buildfarm.
Diffstat (limited to 'src')
-rw-r--r-- | src/timezone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile index 6cfe95019b8..477aca99ea7 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!) |