mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Another zic cleanup .
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# Makefile for the timezone library
|
# Makefile for the timezone library
|
||||||
|
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.13 2004/08/08 03:57:35 momjian Exp $
|
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.14 2004/08/08 04:53:41 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -12,6 +12,8 @@ subdir = src/timezone
|
|||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
override CPPFLAGS := -DFRONTEND $(CPPFLAGS)
|
||||||
|
|
||||||
# files to build into backend
|
# files to build into backend
|
||||||
OBJS= localtime.o strftime.o pgtz.o dirmod.o
|
OBJS= localtime.o strftime.o pgtz.o dirmod.o
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user