Skip to content

Commit 323a450

Browse files
committed
Fix to install correctly in vpath build case.
1 parent bfa1171 commit 323a450

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy