Index: src/timezone/Makefile
===================================================================
RCS file: /projects/cvsroot/pgsql/src/timezone/Makefile,v
retrieving revision 1.31
diff -c -r1.31 Makefile
*** src/timezone/Makefile	6 Jan 2009 02:25:29 -0000	1.31
--- src/timezone/Makefile	6 Apr 2009 23:42:42 -0000
***************
*** 52,57 ****
--- 52,58 ----
  install: all installdirs
  ifeq (,$(with_system_tzdata))
  	$(ZIC) -d '$(DESTDIR)$(datadir)/timezone' -p '$(POSIXRULES)' $(TZDATAFILES)
+ 	$(INSTALL_DATA) '$(srcdir)/data/zone.tab' '$(DESTDIR)$(datadir)/timezone'
  endif
  	$(MAKE) -C tznames $@
  
