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:33 -0500 |
commit | d77d93f5c162813b9ee34ada8117f4e40b18428e (patch) | |
tree | d86c1f914e186df926d1ab40b88f9eed9a484658 | |
parent | c0c2d62aca6242d4bc32ffa907bb5bd80d265761 (diff) | |
download | postgresql-d77d93f5c162813b9ee34ada8117f4e40b18428e.tar.gz postgresql-d77d93f5c162813b9ee34ada8117f4e40b18428e.zip |
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 3171eb40979..21a3bc35a03 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!) |