mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
More cleanups for USE_PGTZ.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.98 2004/02/02 00:11:30 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.99 2004/04/30 16:08:01 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -16,6 +16,10 @@ DIRS := access bootstrap catalog parser commands executor lib libpq \
|
||||
main nodes optimizer port postmaster regex rewrite \
|
||||
storage tcop utils
|
||||
|
||||
ifeq ($(USE_PGTZ), yes)
|
||||
DIRS+= $(top_builddir)/src/timezone
|
||||
endif
|
||||
|
||||
OBJS := $(DIRS:%=%/SUBSYS.o)
|
||||
|
||||
ifeq ($(PORTNAME), qnx4)
|
||||
|
||||
Reference in New Issue
Block a user