Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e953e6 commit 988d84fCopy full SHA for 988d84f
src/timezone/Makefile
@@ -4,14 +4,16 @@
4
# Makefile for the timezone library
5
6
# IDENTIFICATION
7
-# $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 $
8
#
9
#-------------------------------------------------------------------------
10
11
subdir = src/timezone
12
top_builddir = ../..
13
include $(top_builddir)/src/Makefile.global
14
15
+override CPPFLAGS := -DFRONTEND $(CPPFLAGS)
16
+
17
# files to build into backend
18
OBJS= localtime.o strftime.o pgtz.o dirmod.o
19
0 commit comments