aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-07-04 02:55:59 +0000
committerNeil Conway <neilc@samurai.com>2005-07-04 02:55:59 +0000
commit3f39cbdce10ee92bdce69699c51b9b4f48d0e7c2 (patch)
treeac88e275a057dadb7002ae6bc56d59c55379518e
parenta3ff1aad5dd6b55d8f84a32b57593677e77f503a (diff)
downloadpostgresql-3f39cbdce10ee92bdce69699c51b9b4f48d0e7c2.tar.gz
postgresql-3f39cbdce10ee92bdce69699c51b9b4f48d0e7c2.zip
Fix build break for out of tree (vpath) builds, induced by recent zic
changes.
-rw-r--r--src/timezone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/Makefile b/src/timezone/Makefile
index 86d25a814e1..5baa8b94d97 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.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 $
#
#-------------------------------------------------------------------------
@@ -12,7 +12,7 @@ subdir = src/timezone
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
-override CPPFLAGS := $(CPPFLAGS)
+override CPPFLAGS := $(CPPFLAGS) -I$(srcdir)
# files to build into backend
OBJS= localtime.o strftime.o pgtz.o