summaryrefslogtreecommitdiff
path: root/src/timezone
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-02-14 23:20:08 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-02-14 23:20:08 -0500
commit1c5143a0b58259df723ed2473ae11d45d08a8b24 (patch)
tree9281f10d9a19348fb2a33b66c79b309d7c56e32c /src/timezone
parente04641f4b4d1578f00160878f1f3f801f38221cb (diff)
downloadpostgresql-1c5143a0b58259df723ed2473ae11d45d08a8b24.tar.gz
Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.
Per buildfarm.
Diffstat (limited to 'src/timezone')
-rw-r--r--src/timezone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index 1e962a3e98..ef739e9d09 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!)