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

Commit323a450

Browse files
committed
Fix to install correctly in vpath build case.
1 parentbfa1171 commit323a450

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,7 +4,7 @@
44
# Makefile for the timezone library
55

66
# IDENTIFICATION
7-
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.10 2004/05/21 05:08:06 tgl Exp $
7+
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.11 2004/05/22 21:02:32 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -21,7 +21,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o
2121
# timezone data files
2222
TZDATA := africa antarctica asia australasia europe northamerica southamerica\
2323
pacificnew etcetera factory backward systemv solar87 solar88 solar89
24-
TZDATAFILES :=$(TZDATA:%=data/%)
24+
TZDATAFILES :=$(TZDATA:%=$(srcdir)/data/%)
2525

2626
all: SUBSYS.o submake-libpgport zic
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp