Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f39cbd

Browse files
author
Neil Conway
committed
Fix build break for out of tree (vpath) builds, induced by recent zic
changes.
1 parenta3ff1aa commit3f39cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/timezone/Makefile

Lines changed: 2 additions & 2 deletions
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-
overrideCPPFLAGS :=$(CPPFLAGS)
15+
overrideCPPFLAGS :=$(CPPFLAGS) -I$(srcdir)
1616

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp