diff options
author | Tom Lane | 2014-02-15 04:20:08 +0000 |
---|---|---|
committer | Tom Lane | 2014-02-15 04:20:20 +0000 |
commit | 8f46ea7dc9e991e86b513bbd3a8e98fb07c9b916 (patch) | |
tree | 0f6c401560ae181b24db0647b7b17f248e5a5478 | |
parent | 4f975b68bea1a72be3099a8eaff373df9577a002 (diff) |
Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.
Per buildfarm.
-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 2cecaec5e63..6ae67cbb003 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!) |