]> granicus.if.org Git - postgresql/commitdiff
Fix build break for out of tree (vpath) builds, induced by recent zic
authorNeil Conway <neilc@samurai.com>
Mon, 4 Jul 2005 02:55:59 +0000 (02:55 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 4 Jul 2005 02:55:59 +0000 (02:55 +0000)
changes.

src/timezone/Makefile

index 86d25a814e1a945b37f458da560d294f68a7c746..5baa8b94d971ea445f41ef4218f15be0885aca24 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for the timezone library
 
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/timezone/Makefile,v 1.18 2005/07/03 18:54:28 petere Exp $
+#    $PostgreSQL: pgsql/src/timezone/Makefile,v 1.19 2005/07/04 02:55:59 neilc Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -12,7 +12,7 @@ subdir = src/timezone
 top_builddir = ../..
 include $(top_builddir)/src/Makefile.global
 
-override CPPFLAGS := $(CPPFLAGS)
+override CPPFLAGS := $(CPPFLAGS) -I$(srcdir)
 
 # files to build into backend
 OBJS= localtime.o strftime.o pgtz.o