summaryrefslogtreecommitdiff
path: root/src/timezone
diff options
context:
space:
mode:
authorBruce Momjian2004-04-30 16:08:01 +0000
committerBruce Momjian2004-04-30 16:08:01 +0000
commit82700281d0939242392da1247dd2a4c79df9d6b6 (patch)
treeb9b6c9cc926d601e8804e42d6baf805328f35a40 /src/timezone
parentb99a3a754181c0875a83656d42c423e506e070c0 (diff)
More cleanups for USE_PGTZ.
Diffstat (limited to 'src/timezone')
-rw-r--r--src/timezone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index ac5926c79c7..631f81f169a 100644
--- a/src/timezone/Makefile
+++ b/src/timezone/Makefile
@@ -4,7 +4,7 @@
# Makefile for the timezone library
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.3 2004/04/30 14:24:14 momjian Exp $
+# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.4 2004/04/30 16:08:01 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -20,7 +20,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o asctime.o pgtz.o
TZDATA := africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera factory backward systemv solar87 solar88 solar89
TZDATAFILES := $(TZDATA:%=data/%)
-ifeq ($(PGTZ), yes)
+ifeq ($(USE_PGTZ), yes)
all: SUBSYS.o zic
SUBSYS.o: $(OBJS)