Fix to install correctly in vpath build case.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 21:02:32 +0000 (21:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 22 May 2004 21:02:32 +0000 (21:02 +0000)
src/timezone/Makefile

index 9b766dc5f5fcf91eb5eb5c3f03e35af754b686f6..eec508f1ebe3105aadff8eaaa5b559d8a67ecd99 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for the timezone library
 
 # 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
 # timezone data files
 TZDATA := africa antarctica asia australasia europe northamerica southamerica \
    pacificnew etcetera factory backward systemv solar87 solar88 solar89
-TZDATAFILES := $(TZDATA:%=data/%)
+TZDATAFILES := $(TZDATA:%=$(srcdir)/data/%)
 
 all: SUBSYS.o submake-libpgport zic