8000
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 a3ff1aa commit 3f39cbdCopy full SHA for 3f39cbd
src/timezone/Makefile
@@ -4,15 +4,15 @@
4
# Makefile for the timezone library
5
6
# IDENTIFICATION
7
-# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.18 2005/07/03 18:54:28 petere Exp $
+# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.19 2005/07/04 02:55:59 neilc Exp $
8
#
9
#-------------------------------------------------------------------------
10
11
subdir = src/timezone
12
top_builddir = ../..
13
include $(top_builddir)/src/Makefile.global
14
15
-override CPPFLAGS := $(CPPFLAGS)
+override CPPFLAGS := $(CPPFLAGS) -I$(srcdir)
16
17
# files to build into backend
18
OBJS= localtime.o strftime.o pgtz.o
0 commit comments