Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1171 commit 323a450Copy full SHA for 323a450
src/timezone/Makefile
@@ -4,7 +4,7 @@
4
# Makefile for the timezone library
5
6
# IDENTIFICATION
7
-# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.10 2004/05/21 05:08:06 tgl Exp $
+# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.11 2004/05/22 21:02:32 tgl Exp $
8
#
9
#-------------------------------------------------------------------------
10
@@ -21,7 +21,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o
21
# timezone data files
22
TZDATA := africa antarctica asia australasia europe northamerica southamerica \
23
pacificnew etcetera factory backward systemv solar87 solar88 solar89
24
-TZDATAFILES := $(TZDATA:%=data/%)
+TZDATAFILES := $(TZDATA:%=$(srcdir)/data/%)
25
26
all: SUBSYS.o submake-libpgport zic
27
0 commit comments