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:24 -0500 |
commit | 1594f52a8a53a2baa403afa058fb252ab279d701 (patch) | |
tree | 96cfc41829156124c5c126446e9450914b464850 /src | |
parent | 3212ba534d8a02722855b3bcb72099e662cc464b (diff) | |
download | postgresql-1594f52a8a53a2baa403afa058fb252ab279d701.tar.gz postgresql-1594f52a8a53a2baa403afa058fb252ab279d701.zip |
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 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!) |