Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f39cbd

Browse files
author
Neil Conway
committed
Fix build break for out of tree (vpath) builds, induced by recent zic
changes.
1 parent a3ff1aa commit 3f39cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/timezone/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# Makefile for the timezone library
55

66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.18 2005/07/03 18:54:28 petere Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.19 2005/07/04 02:55:59 neilc Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/timezone
1212
top_builddir = ../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
override CPPFLAGS := $(CPPFLAGS)
15+
override CPPFLAGS := $(CPPFLAGS) -I$(srcdir)
1616

1717
# files to build into backend
1818
OBJS= localtime.o strftime.o pgtz.o

0 commit comments

Comments
 (0)