From: Bruce Momjian Date: Sun, 8 Aug 2004 04:53:41 +0000 (+0000) Subject: Another zic cleanup . X-Git-Tag: REL8_0_0BETA1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=988d84f4a7fcf4648d96f3d63b741699c5666881;p=thirdparty%2Fpostgresql.git Another zic cleanup . --- diff --git a/src/timezone/Makefile b/src/timezone/Makefile index 40134976a19..5dcf2d0accf 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.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 = ../.. include $(top_builddir)/src/Makefile.global +override CPPFLAGS := -DFRONTEND $(CPPFLAGS) + # files to build into backend OBJS= localtime.o strftime.o pgtz.o dirmod.o