Skip to content
Snippets Groups Projects
Commit 323a4509 authored by Tom Lane's avatar Tom Lane
Browse files

Fix to install correctly in vpath build case.

parent bfa1171c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Makefile for the timezone library # Makefile for the timezone library
# IDENTIFICATION # IDENTIFICATION
# $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 $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -21,7 +21,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o ...@@ -21,7 +21,7 @@ ZICOBJS= zic.o ialloc.o scheck.o localtime.o
# timezone data files # timezone data files
TZDATA := africa antarctica asia australasia europe northamerica southamerica \ TZDATA := africa antarctica asia australasia europe northamerica southamerica \
pacificnew etcetera factory backward systemv solar87 solar88 solar89 pacificnew etcetera factory backward systemv solar87 solar88 solar89
TZDATAFILES := $(TZDATA:%=data/%) TZDATAFILES := $(TZDATA:%=$(srcdir)/data/%)
all: SUBSYS.o submake-libpgport zic all: SUBSYS.o submake-libpgport zic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment